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

[Bug]: plus and minus sign bugs #6

Open
RtthLvr opened this issue Nov 3, 2022 · 2 comments
Open

[Bug]: plus and minus sign bugs #6

RtthLvr opened this issue Nov 3, 2022 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@RtthLvr
Copy link

RtthLvr commented Nov 3, 2022

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

@RtthLvr RtthLvr added the bug Something isn't working label Nov 3, 2022
@shahriarEshraghi
Copy link
Member

Hi, Thank you for using and announcement about issue,I will working on it and resolve the issue.
@RtthLvr

@RtthLvr
Copy link
Author

RtthLvr commented Nov 3, 2022

I’m able to get it properly working by directly change <input type="number"> value by adding this line

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants