react-final-form
react-final-form copied to clipboard
redundant validation on ios26 on select
On page with example https://final-form.org/docs/final-form/examples/vanilla or https://ttk0q.csb.app/ On mobile iphone on ios26(chrome and safari): First case: -click on select Favorite Color -choose option, dont click elsewhere! Expected: focus stays on select like in every previuos platforms and desktops Actual: select lose focus and validating. Second case: -click on select Favorite Color -choose option -quickly(!) tap on input Last Name Expected: focus goes to input, keyboard is open Actual: focus is on body, keyboard is hidden I can return focus to select right after list with colors is collapsed, but how to prevent validation? (My form is validating on blur)