This repository has been archived by the owner on Mar 7, 2021. It is now read-only.
Form — 3.13.0
- Remove Hex dependency
Now is included in Form, so you might need to remove theimport Hex
and things would just work. - Highlight disabled text field if it is not valid (#550)
- Fix iPad popovers (#551)
- Add support for Toggle (UISwitch) fields (#555)
- Remove abort() call to prevent crash on select clear (#553)
- Copy layout attributes before mutating (#562)
- Disable collectionView bounces to prevent NSRangeException (#560)