-
Notifications
You must be signed in to change notification settings - Fork 298
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
Non-decimal value isn't shown with decimals, when mask describes decimals #307
Comments
@basvdijk we fixed this you can use it in the latest version |
fix non-decimal [refs:#307]
@basvdijk we fixed this you can try to use it in the latest version |
@ValeriaKochegarova Currently not fixed in latest development branch. The model is set to |
Experiencing the same issue in version 8.1.7. A very ugly workaround I found was to create a custom pipe and whichs adds the missing trailing zeros. So in the example above the model value would become 10.100 and the input text would display it as 10.10. Would prefer a proper solution of course, so any more information is appreciated. |
When using for example the
dot_separator.2
mask, with a non-decimal value e.g. 12. It is displayed as 12 instead of 12.00 (with two zeroes, as defined by the mask)The text was updated successfully, but these errors were encountered: