You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I raised an issue on their git. The problem is the formatting occurs in the input event callback so numbers between +/- 0.1 get formatted to 0 by a .toPrecision() call.
I'm guessing we cant fix this locally.
When typing 0.001 in number inputs in the json forms, it keeps reverting back to 0.
This is due to the jsonforms vuetify renderer.
Can also be seen in their example app:
https://jsonforms-vuetify-renderers.netlify.app/#/example/control
The text was updated successfully, but these errors were encountered: