A list of children or a property for this dash component
Union case | Description |
|
|
|
Static member | Description |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
![]() ![]() ![]() ![]() ![]() ![]() Whether or not the dropdown is "clearable", that is, whether or not a small "x" appears on the right of the dropdown that removes the selected value.
|
|
|
|
|
|
|
|
|
|
![]() ![]() ![]() ![]() ![]() ![]() An array of options {label: [string|number], value: [string|number]}, an optional disabled field can be used for each option
|
|
![]() ![]() ![]() ![]() ![]() ![]() Properties whose user interactions will persist after refreshing the component or the page. Since only `value` is allowed this prop can normally be ignored.
|
|
![]() ![]() ![]() ![]() ![]() ![]() Used to allow user interactions in this component to be persisted when the component - or the page - is refreshed. If `persisted` is truthy and hasn't changed from its previous value, a `value` that the user has changed while using the app will keep that change, as long as the new `value` also matches what was given originally. Used in conjunction with `persistence_type`.
|
|
![]() ![]() ![]() ![]() ![]() ![]() Where persisted user changes will be stored: memory: only kept in memory, reset on page refresh. local: window.localStorage, data is kept after the browser quit. session: window.sessionStorage, data is cleared once the browser quit.
|
|
|
|
|
|
|
|
|
|
![]() ![]() ![]() ![]() ![]() ![]() The value of the input. If `multi` is false (the default) then value is just a string that corresponds to the values provided in the `options` property. If `multi` is true, then multiple values can be selected at once, and `value` is an array of items with values corresponding to those in the `options` prop.
|
|
![]() ![]() ![]() ![]() ![]() ![]() The value of the input. If `multi` is false (the default) then value is just a string that corresponds to the values provided in the `options` property. If `multi` is true, then multiple values can be selected at once, and `value` is an array of items with values corresponding to those in the `options` prop.
|