Closed
Description
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
- Initialize a numeric input with precision '2' and value '1.25'
- Update the numeric input precision to '1'
=> Value should be '1.3'
A pull request has been created: #44
Metadata
Metadata
Assignees
Labels
No labels