When a user enters trailing zeros I want the Numeric Textbox to keep them.
Here's an example of what I mean:
https://stackblitz.com/edit/kb6qcu?file=src/main.vue
Enter 17.00001, it keeps the decimals correct
Enter 17.00000, it removes all trailing zeros
Is it possible to configure the NumericTextbox to keep trailing zeros when the user explicitly enters them?