Skip to content

4.1.0

Choose a tag to compare

@TheJuki TheJuki released this 10 Jun 23:03
· 510 commits to master since this release
  • Added Label form element
  • Editable fields that require a keyboard update the form element value when they lose focus. Because of this, before validating or submitting a form, clear the focus of the form using currentFocus?.clearFocus() in your activity.
  • Added Tabbed Form Fragment example.