Files
directus/src/interfaces/numeric
Rijk van Zanten 0b05613a55 Add dropdown interface (#461)
* 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
2020-04-23 18:16:17 -04:00
..
2020-04-20 14:11:16 -04:00
2020-04-20 14:11:16 -04:00
2020-04-20 14:11:16 -04:00
2020-04-23 18:16:17 -04:00
2020-04-20 14:11:16 -04:00

Numeric

Options

Option Description Default
disabled Disabled false
minValue Minimum value null
maxValue Maximum value null
stepInterval Interval of number steps 1
iconLeft Icon to the left of the interface null
iconRight Icon to the right of the interface null
placeholder Placeholder value* input only null