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

Do not update undoValue in applyInputValue. #2757 #2758

Closed
wants to merge 2 commits into from

Commits on Nov 15, 2023

  1. Do not update undoValue in applyInputValue. RobinHerbots#2757

    - Instead rely on update of undoValue in blurEvent.
    niklaushug committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    2329d82 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2024

  1. FLA-4268: Emit change event if value includes '0.00'.

    - Inputmask does not recognize a change from null to 0 because undoValue and nptValue is never null. Hence a change event must always be emitted on '0.00'.
    - Another approach but way more labor-intensive would be to save null value.
    niklaushug committed May 21, 2024
    Configuration menu
    Copy the full SHA
    9d710b2 View commit details
    Browse the repository at this point in the history