Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

What types of fields the Settings API should support? (see type=number) #10

Open
afercia opened this issue Apr 11, 2017 · 1 comment
Open

Comments

@afercia
Copy link
Contributor

afercia commented Apr 11, 2017

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 🙂

@felixarntz
Copy link
Contributor

Also worth thinking about whether multibox is a good name for the "multiple checkboxes" field.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants