• value (string | number) - The value of the input • style (record) - The input's inline styles • className (string) - The class of the input element • debounce (boolean; default false) - If true, changes to input will be sent back to the Dash server only on enter or when losing focus. If it's false, it will sent the value back on every change. • type (value equal to: 'text', 'number', 'password', 'email', 'range', 'search', 'tel', 'url', 'hidden'; default text) - The type of control to render. • autoComplete (string) - This attribute indicates whether the value of the control can be automatically completed by the browser. • autoFocus (value equal to: 'autoFocus', 'autofocus', 'AUTOFOCUS' | boolean) - The element should be automatically focused after the page loaded. autoFocus is an HTML boolean attribute - it is enabled by a boolean or 'autoFocus'. Alternative capitalizations `autofocus` & `AUTOFOCUS` are also acccepted. • disabled (value equal to: 'disabled', 'DISABLED' | boolean) - If true, the input is disabled and can't be clicked on. disabled is an HTML boolean attribute - it is enabled by a boolean or 'disabled'. Alternative capitalizations `DISABLED` • inputMode (value equal to: 'verbatim', 'latin', 'latin-name', 'latin-prose', 'full-width-latin', 'kana', 'katakana', 'numeric', 'tel', 'email', 'url') - Provides a hint to the browser as to the type of data that might be entered by the user while editing the element or its contents. • list (string) - Identifies a list of pre-defined options to suggest to the user. The value must be the id of a
Union case | Description |
Full Usage:
AutoComplete string
Parameters:
string
|
|
Full Usage:
AutoFocus bool
Parameters:
bool
|
|
Full Usage:
ClassName string
Parameters:
string
|
|
Full Usage:
Debounce bool
Parameters:
bool
|
|
Full Usage:
Disabled bool
Parameters:
bool
|
|
Full Usage:
List string
Parameters:
string
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Full Usage:
Multiple bool
Parameters:
bool
|
|
|
|
|
|
|
|
|
|
Full Usage:
Name string
Parameters:
string
|
|
Full Usage:
Pattern string
Parameters:
string
|
|
Full Usage:
PersistedProps string[]
Parameters:
string[]
|
|
|
|
|
|
|
|
Full Usage:
ReadOnly bool
Parameters:
bool
|
|
Full Usage:
Required bool
Parameters:
bool
|
|
Full Usage:
SelectionDirection string
Parameters:
string
|
|
Full Usage:
SelectionEnd string
Parameters:
string
|
|
Full Usage:
SelectionStart string
Parameters:
string
|
|
Full Usage:
SetProps obj
Parameters:
obj
|
|
Full Usage:
Size string
Parameters:
string
|
|
|
|
|
|
|
|
|
|
|
|
Static member | Description |
|
|