Skip to content

3.0.0

Choose a tag to compare

@TheJuki TheJuki released this 22 Apr 15:47
· 589 commits to master since this release
b4edda4
  • The title, edit, and error views are now accessible through the model classes
  • The refreshView() function has been removed (No longer needed)
  • The getFormElement() function now requires a type and returns a non-optional element
  • The form is now dynamic. The title, hint, value, error, visible, required fields can be changed at any time without refreshing the form manually.
  • The clear() function has been added to all form elements
  • The header can now collapse "child" elements when tapped (Set collapsible to true)
  • The FullscreenFormActivity example has been updated to test the new dynamic features