Select

Attribute Type Documentation Default Value
Required id * :string
value :string
default_value :string
on_value_change :any
on_open_change :any
name :string
field %FormField{}
show :boolean false
animation_duration :integer 150
class :any []
rest :global
Required inner_block * :slot
<.select_trigger size="sm">
  <.select_value placeholder="Small" />
</.select_trigger>
<.select_content>
  <.select_item value="a">Option A</.select_item>
  <.select_item value="b">Option B</.select_item>
  <.select_item value="c">Option C</.select_item>
</.select_content>