<.phx_form_for for={%{}} as={:story} :let={f} class="h-48">
<.select_input_group
form={f}
id="select-single-multiple-select-with-value"
label="Please select shop kinds"
value={[0, 1, 2]}
mode={:multiple}
options={[%{id: 0, value: "With really really really long options"}, %{id: 1, value: "this component will automatically", color: "#FBBF24"}, %{id: 2, value: "wrap to next line.", color: "#FBBF24"}]}
field={:select}
/>
</.phx_form_for>