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

Optimize render #756

Merged
merged 10 commits into from
May 14, 2023
Merged

Optimize render #756

merged 10 commits into from
May 14, 2023

Commits on May 1, 2023

  1. avoid 2 times rendering

    s-yadav committed May 1, 2023
    Configuration menu
    Copy the full SHA
    38e1fc2 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2023

  1. - Optimize rendering, avoid multiple rerender

    - try to guess valueIsNumericString based on props and value.
    s-yadav committed May 7, 2023
    Configuration menu
    Copy the full SHA
    3627b89 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4a0da50 View commit details
    Browse the repository at this point in the history
  3. Fix type annotation. #740

    s-yadav committed May 7, 2023
    Configuration menu
    Copy the full SHA
    a4f9afd View commit details
    Browse the repository at this point in the history
  4. Fixed #741 - Thousand and decimal formatting broken while typing when…

    … valueIsNumericString is set to false
    s-yadav committed May 7, 2023
    Configuration menu
    Copy the full SHA
    fad9255 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2023

  1. Configuration menu
    Copy the full SHA
    c0157ea View commit details
    Browse the repository at this point in the history
  2. fix broken test

    s-yadav committed May 8, 2023
    Configuration menu
    Copy the full SHA
    f4b9fb5 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2023

  1. Configuration menu
    Copy the full SHA
    477195b View commit details
    Browse the repository at this point in the history

Commits on May 14, 2023

  1. - Fixed #725

    The cursor position not being correct when allowed decimal separator is typed
    s-yadav committed May 14, 2023
    Configuration menu
    Copy the full SHA
    8de6788 View commit details
    Browse the repository at this point in the history
  2. Update doc and version bump

    s-yadav committed May 14, 2023
    Configuration menu
    Copy the full SHA
    ed9b385 View commit details
    Browse the repository at this point in the history