Text field
Short single-line text. Default of 255 chars; can be expanded up to 2048.
Configuration
| Setting | Default | Notes |
|---|---|---|
| Required | no | Save fails if blank |
| Default value | (empty) | Pre-filled on new record |
| Max length | 255 | Up to 2048 |
| Min length | 0 | |
| Regex pattern | (none) | Validation; show custom error message |
| Unique | no | Enforces uniqueness within the entity |
| Indexed | no | Add a DB index for fast filtering |
Form rendering
A standard <input type="text"> with the help text below. Uses native HTML validation for max length.
List rendering
Plain text, truncated at column width with ellipsis. Hover tooltip shows the full value.
EQL operators supported
:, !=, ~=, ~^, ~$, is null, is not null.