Feedback jan2021
What I did
Fixes related to: https://git.customd.com/tps-credit/tenancy-application-form/-/merge_requests/2
- made the "More" button on collapsible text more prominent
- made an empty input that for form focus (for focusing on errors using https://github.com/final-form/final-form-focus) on elements that do not have an input (e.g. boolean input, array inputs that open items in modals).
How to test.
- you can test the "More" button in storybook, but to test the form focus, you'll need to pull changes on https://git.customd.com/tps-credit/tenancy-application-form/-/merge_requests/2, run
yarn
andyarn start
then submit a form with an error on a boolean (e.g. do not select an answer for the smoking question` or an error in a modal/array (e.g. no address marked as current)