PlayerMadeQuests (PMQ)

PlayerMadeQuests (PMQ)

8.5k Downloads

Form concept for UI

dolphinspired opened this issue ยท 0 comments

commented

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.