mirror of
https://github.com/directus/directus.git
synced 2026-02-14 12:34:56 -05:00
* Add show-deselect option to v-select * Add parse-choices util * Add dropdown interface * Add allow-other prop to v-select (single only) * Check for custom state correctly * Treat empty custom value as null * Set full-width to true by default for inputs / selects * Add allow-other support to multiple dropdown * Upgrade display value to show item count * Fix custom deletion * Fix tests * Pass allow other on in dropdown interface
Textarea
Options
| Option | Description | Default |
|---|---|---|
placeholder |
Text to show when no input is entered | null |
trim |
Trim leading and trailing whitespace | true |
font |
Font to render the value in (sans-serif, serif, or monospace) |
sans-serif |
readonly |
Readonly | false |