Form concept for UI
dolphinspired opened this issue ยท 0 comments
Have a concept of "forms" so you can hook into events like:
- IsDirty - if any values in the form have been changed
- OnSubmit - Automatically grab all fields and values and interact with them
- Validation
Already started doing this with TextInput and TextInputScrolling, but I'd like to expand it to a more general concept. Will be useful when I start working on the QuestBuilder UI.