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 })
Index the content of this field so it can be found in a search query.
Focus this input automatically