Text

    A text field is used to input textual data.

    import {Field} from 'alinea'
    
    Field.text('My text field', {
      help: 'This is an example field',
      multiline: true
    })

    Configuration

    searchable

    Index the content of this field so it can be found in a search query.

    autoFocus

    Focus this input automatically