A Combobox or Linked Cell Editor usually opens a popup which shows possible values. You can choose one value.
Our standard implementation looks like:
But we also have different styles: f_as_bottomsheet
or as popup: f_as_popup
The popup has different options:
f_popup_jump
f_popup_fade_in_bounce (default)
f_popup_fade_in_down
f_popup_fade_in_roll_down
Short videos:
|
The bottom sheet variant. |
As popup with fade_in_bounce. |
As popup with jump. |
As popup with fade_in_down. |
As popup with fade_in_roll_down. |
