You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the moment this project provides standard callbacks to output the following field types (@flixos90 please correct me if I'm wrong):
case 'text':
case 'email':
case 'url':
case 'tel':
case 'number':
case 'textarea':
case 'checkbox':
case 'select':
case 'radio':
case 'multibox': <-- multiple checkboxes
Should we add or remove support for some fields? About the number field, @rianrietveld ran some tests and it turned out it's poorly supported by assistive technologies. I think also browsers support is pretty inconsistent. I think it's worth some discussion 🙂
The text was updated successfully, but these errors were encountered:
At the moment this project provides standard callbacks to output the following field types (@flixos90 please correct me if I'm wrong):
Should we add or remove support for some fields? About the
number
field, @rianrietveld ran some tests and it turned out it's poorly supported by assistive technologies. I think also browsers support is pretty inconsistent. I think it's worth some discussion 🙂The text was updated successfully, but these errors were encountered: