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

Set value to zero after null #33

Closed
Zettex opened this issue Oct 7, 2019 · 1 comment · Fixed by #36
Closed

Set value to zero after null #33

Zettex opened this issue Oct 7, 2019 · 1 comment · Fixed by #36
Labels

Comments

@Zettex
Copy link

Zettex commented Oct 7, 2019

Hello.
I have a problem displaying a zero value after null.
null is not displayed in the input, but if I change the value to 0, it also does not appear...
Maybe I'm doing something wrong?
Or is there a way to avoid this problem?

Example https://codepen.io/Zeroox/pen/mddyerR

This has been fixed with a workaround by setting the value to '0'... But I think this is not good.

@AlexandreBonneau
Copy link
Member

This is indeed a weird behavior here, since setting the value as 0 should work as expected.

For info, I've updated your example with few more tests.

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

Successfully merging a pull request may close this issue.

2 participants