Add ComboBox widget

- Widget implementation
- Widget helper
- Example
This commit is contained in:
Joao Freitas 2023-07-13 13:51:29 +01:00 committed by Héctor Ramón Jiménez
parent 4cf1b4fd1c
commit dd5ef8b908
No known key found for this signature in database
GPG key ID: 140CC052C94F138E
6 changed files with 907 additions and 0 deletions

View file

@ -0,0 +1,18 @@
## Combo-Box
A dropdown list of searchable and selectable options.
It displays and positions an overlay based on the window position of the widget.
The __[`main`]__ file contains all the code of the example.
<div align="center">
<img src="TODO">
</div>
You can run it with `cargo run`:
```
cargo run --package combo_box
```
[`main`]: src/main.rs