We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
No response
When typing the “number” input fields with + or - sign, bugs happened (on all browsers).
+
-
Can those sign be removed automatically when type is number while typing ? Thanks
number
Chrome
The text was updated successfully, but these errors were encountered:
Hi, Thank you for using and announcement about issue,I will working on it and resolve the issue. @RtthLvr
Sorry, something went wrong.
I’m able to get it properly working by directly change <input type="number"> value by adding this line
<input type="number">
this.$refs.digitInput[index].value = first === null || first === undefined ? '' : first
before this line
this.inputValue[index] = first === null || first === undefined ? '' : first
and issue is gone
shahriarEshraghi
No branches or pull requests
Contact Details
No response
What happened?
When typing the “number” input fields with
+
or-
sign, bugs happened (on all browsers).Can those sign be removed automatically when type is
number
while typing ?Thanks
What is your browser that you see the problem on?
Chrome
The text was updated successfully, but these errors were encountered: