Skip to content
This repository was archived by the owner on Nov 20, 2025. It is now read-only.

Fix: 113, NumberControlRenderer: added onBlur function#114

Open
MatTolladay wants to merge 2 commits into
eclipsesource:mainfrom
MatTolladay:113-Unable-to-enter-numbers-between-0-and-0.1
Open

Fix: 113, NumberControlRenderer: added onBlur function#114
MatTolladay wants to merge 2 commits into
eclipsesource:mainfrom
MatTolladay:113-Unable-to-enter-numbers-between-0-and-0.1

Conversation

@MatTolladay

@MatTolladay MatTolladay commented May 30, 2024

Copy link
Copy Markdown

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

CLAassistant commented May 30, 2024

Copy link
Copy Markdown

CLA assistant check
All committers have signed the CLA.

@netlify

netlify Bot commented May 30, 2024

Copy link
Copy Markdown

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 subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants