DocsRoadmapBlogChangelog
Dashboard
Home
Roadmap
Blog
Docs
Getting started
Configuration
Workspaces
Roots
Media
Schema
Type
Document
Fields
Text
Rich Text
List
Link
Entry
Url
File
Image
Tabs
Select
Number
Check
Date
Code
Object
Custom fields
Content
Querying content
Editing content
Live previews
TypeScript
Deploy
Self-Hosted
Alinea Cloud
Reference
Internationalization
CLI
DocsRoadmapBlogChangelog
Dashboard
Next.js
More coming soon
Introduction
Getting started
Configuration
Workspaces
Roots
Media
Schema
Type
Document
Fields
Text
Rich Text
List
Link
Entry
Url
File
Image
Tabs
Select
Number
Check
Date
Code
Object
Custom fields
Content
Querying content
Editing content
Live previews
TypeScript
Deploy
Self-Hosted
Alinea Cloud
Reference
Internationalization
CLI
Docs

Select

    A select field limits data to a specific set of options.

    import {Field} from 'alinea'
    
    Field.select('My select field', {
      options: {
        a: 'Option a',
        b: 'Option b'
      }
    })
    PreviousTabs
    NextNumber

    Developer

    Docs
    Changelog
    Playground
    Source

    Receive important updates
    in your inbox. No spam.