summaryrefslogtreecommitdiffstats
path: root/widget/src/combo_box.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix `clippy` lints for Rust 1.72Libravatar Héctor Ramón Jiménez2023-08-261-1/+1
|
* Update widget/src/combo_box.rsLibravatar Casper Rogild Storm2023-07-311-1/+1
| | | Co-authored-by: Héctor Ramón <hector0193@gmail.com>
* cycle combobox with keybindsLibravatar Casper Rogild Storm2023-07-311-9/+34
|
* Rename `on_selection` to `on_option_hovered` in `combo_box`Libravatar Héctor Ramón Jiménez2023-07-261-6/+6
|
* Fix `on_option_hovered` support in `ComboBox`Libravatar Héctor Ramón Jiménez2023-07-261-11/+31
|
* Use default padding of `TextInput` in `ComboBox`Libravatar Héctor Ramón Jiménez2023-07-261-1/+1
|
* Add `Viewport` to `on_event` for `ComboBox`Libravatar Héctor Ramón Jiménez2023-07-261-0/+3
|
* Swap unwrap_or_else to unwrap_or_defaultLibravatar Joao Freitas2023-07-261-2/+2
|
* Add ComboBox widgetLibravatar Joao Freitas2023-07-261-0/+716
- Widget implementation - Widget helper - Example