Maui.Select (maui v0.1.17)

Summary

Functions

select(assigns)

Attributes

  • id (:string) - Defaults to nil.
  • name (:string) - Defaults to nil.
  • value (:string) - Defaults to nil.
  • placeholder (:string) - Defaults to "Select an item".
  • options (:list) - Defaults to [].
  • searchable (:boolean) - Defaults to false.
  • class (:string) - Defaults to "w-fit".

Slots

  • inner_block
  • header
  • footer

select_icon(assigns)

Attributes

  • Global attributes are accepted.

select_item(assigns)

Attributes

  • value (:string) (required)

Slots

  • inner_block

select_search(assigns)