Phoenix.LiveView.Components.MultiSelect.Option (MultiSelect v0.1.0)

Link to this section Summary

Functions

The option struct can be used for passing a list of option values to the multi_select component.

Link to this section Types

@type t() :: %Phoenix.LiveView.Components.MultiSelect.Option{
  id: integer(),
  label: String.t(),
  selected: boolean()
}

Link to this section Functions

Link to this function

%Phoenix.LiveView.Components.MultiSelect.Option{}

(struct)

The option struct can be used for passing a list of option values to the multi_select component.