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

Value is not being updated when the precision changes #45

Closed
DesertSnow opened this issue Nov 16, 2017 · 0 comments
Closed

Value is not being updated when the precision changes #45

DesertSnow opened this issue Nov 16, 2017 · 0 comments

Comments

@DesertSnow
Copy link
Contributor

DesertSnow commented Nov 16, 2017

Expected Behavior

The issue consists of 2 parts

  • Changing precision does not update the numeric input immediately (only after a focus).
  • The actual value is not updated at all (not even after focus)

Actual Behavior

The actual input value is only updated when regaining focus

Steps to Reproduce the Problem

  1. Initialize a numeric input with precision '2' and value '1.25'
  2. Update the numeric input precision to '1'
    => Value should be '1.3'

A pull request has been created: #44

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

No branches or pull requests

1 participant