marrkeri

Results 3 issues of marrkeri

### Are you submitting a **bug report** or a **feature request**? Bug ### What is the current behavior? Check the sandbox below and click on Initialize button and then on...

Check this demo: https://codesandbox.io/s/react-final-form-focus-on-first-error-ib23b If you avoid `````` tag and you use just ```Submit```, validation is provided but focus is not there. Problem with `````` is that, that even Enter...

There really should be prop label to customize button. Same with iconVisible. My workaround is now: ` .chq-atc--button { font-size: 0; } .chq-atc--button svg { display: none; } .chq-atc--button::before {...