MishkaChelekom.Components.Combobox
(AshFormBuilder v0.4.0)
View Source
Stub module for MishkaChelekom Combobox component.
Generate the real component in your host application using:
mix mishka.ui.gen.component comboboxThese stubs render plain (but functional) HTML so forms still work end-to-end when the upstream component library is not installed.
Summary
Functions
Attributes
field(Phoenix.HTML.FormField) - Defaults tonil.name(:string) - Defaults tonil.label(:string) - Defaults tonil.value(:any) - Defaults tonil.options(:list) - Defaults to[].required(:boolean) - Defaults tofalse.errors(:list) - Defaults to[].multiple(:boolean) - Defaults tofalse.color(:string) - Defaults tonil.variant(:string) - Defaults tonil.- Global attributes are accepted.
Slots
triggerinner_block
Attributes
field(Phoenix.HTML.FormField) - Defaults tonil.placeholder(:string) - Defaults tonil.- Global attributes are accepted.
Attributes
value(:any) - Defaults tonil.selected(:boolean) - Defaults tofalse.- Global attributes are accepted.
Slots
inner_block
Slots
inner_blockcreate_action