MyFormworks / Formworks

Formworks is a framework for building forms from JSON files.
https://myformworks.github.io/Formworks/
MIT License
6 stars 1 forks source link

Text Component Keyboard Dismissal #64

Closed Galdineris closed 3 years ago

Galdineris commented 3 years ago

Motivation

Byproduct of #59 resolutions.

Modifications

Result

Tapping on the cell while typing on a filed now dismisses the keyboard. Unfortunately, this solution only works for taps on the fields own component. Further changes are needed so that it can have the same behaviour on the hole form.

Checklist

This PR is