Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix `on_option_hovered` support in `ComboBox` | 2023-07-26 | 1 | -11/+31 | |
| | |||||
* | Use default padding of `TextInput` in `ComboBox` | 2023-07-26 | 1 | -1/+1 | |
| | |||||
* | Add `Viewport` to `on_event` for `ComboBox` | 2023-07-26 | 1 | -0/+3 | |
| | |||||
* | Swap unwrap_or_else to unwrap_or_default | 2023-07-26 | 1 | -2/+2 | |
| | |||||
* | Add ComboBox widget | 2023-07-26 | 1 | -0/+716 | |
- Widget implementation - Widget helper - Example |