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

Firefox 29+ form input field type=number as spinner zeroes add #14

Open
apmuthu opened this issue Mar 1, 2019 · 0 comments
Open

Firefox 29+ form input field type=number as spinner zeroes add #14

apmuthu opened this issue Mar 1, 2019 · 0 comments

Comments

@apmuthu
Copy link
Contributor

apmuthu commented Mar 1, 2019

When using Firefox browser versions >= 29, any integer (not a decimal float) input field of type=number causes the user input value to become zero. This action can be suppressed by reverting it to a text field input as before and as available in other browsers by setting the style in the <head> part of the html as below:

<style> input[type=number] { -moz-appearance:textfield; } </style>

Current spinner:
spinner

Reverted to textbox:
textbox

apmuthu added a commit to apmuthu/ajaxcrud that referenced this issue Mar 3, 2019
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

1 participant