djust-theming | Demo Home Components | Gallery Storybook Editor Diff

Rich Select

python component Forms 9 params
PREVIEW
Preview not available — component requires runtime dependencies or no examples defined.
USAGE
python
from djust_components.components.rich_select import RichSelect

component = RichSelect(name='',
    options=None,
    value='',
    event='',
    placeholder='Select...',
    disabled=False,
    searchable=False,
    label='',
    kwargs)
html = component.render()
PARAMETERS 9
NameTypeDefault
name <class 'str'> ''
options typing.Optional[list] None
value <class 'str'> ''
event <class 'str'> ''
placeholder <class 'str'> 'Select...'
disabled <class 'bool'> False
searchable <class 'bool'> False
label <class 'str'> ''
kwargs