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

Fix: 113, NumberControlRenderer: added onBlur function #114

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

MatTolladay
Copy link

@MatTolladay MatTolladay commented May 30, 2024

The toPrecision() function is no longer used, only the toString(). This requires that the number update after the user changes focus. This is done by converting the string to number and then back again to lose any trailing zeros.

The toPrecision() function is no longer used, only the toString(). This requires that the number update after the user changes focus. This is done by conveting the string to number and then back again to lose any trailing zeros.
@CLAassistant
Copy link

CLAassistant commented May 30, 2024

CLA assistant check
All committers have signed the CLA.

Copy link

netlify bot commented May 30, 2024

Deploy Preview for jsonforms-vuetify-renderers failed.

Name Link
🔨 Latest commit f4f7d96
🔍 Latest deploy log https://app.netlify.com/sites/jsonforms-vuetify-renderers/deploys/665859b4ff90370008fb6058

@MatTolladay MatTolladay changed the title NumberControlRenderer: added onBlur function Fix: 113, NumberControlRenderer: added onBlur function Oct 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants