Open
Description
Currently we support only buttons and fields which allow bools, floats, ints and strings.
It would be good to support a few more types:
- Arrays of some type with variable length
- Dropdown/selectors (
combobox
) - Generic DearPyGUI widgets (might be much harder, could do separately/later)
- Any others we think of (table, somehow maybe?)