Skip to content

Value is not being updated when the precision changes #45

Closed
@DesertSnow

Description

@DesertSnow

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions