I\'m facing the well known Chrome\'s \"not-focusable-input\" error but my situation is different from the explained in the other post I could find there.
I have thi
i had this issue once. to fix it, add
novalidate
as an attribute to the form. e.g
....