# `Backpex.Fields.Text`
[🔗](https://github.com/naymspace/backpex/blob/0.18.3/lib/backpex/fields/text.ex#L2)

A field for handling a text value.

## Field-specific options

See `Backpex.Field` for general field options.

* `:placeholder` - Placeholder value or function that receives the assigns.

* `:debounce` - Timeout value (in milliseconds), "blur" or function that receives the assigns.

* `:throttle` - Timeout value (in milliseconds) or function that receives the assigns.

* `:readonly` - Sets the field to readonly. Also see the [panels](/guides/fields/readonly.md) guide.

# `config_schema`

Returns the schema of configurable options for this field.

This can be useful for reuse in other field modules.

---

*Consult [api-reference.md](api-reference.md) for complete listing*
