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

feat: support maxLength prop in web #505

Merged
merged 13 commits into from
Oct 7, 2024

Commits on Sep 26, 2024

  1. Configuration menu
    Copy the full SHA
    45995c3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1506afd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ed71ef1 View commit details
    Browse the repository at this point in the history
  4. fix: update maxLength behavior in web to match with native

    in pasteText event
    dominictb committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    7750fd8 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2024

  1. feat: cut off initial value if it is over maxLength limit

    both in native and web
    dominictb committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    5a8f1f7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2c0d0e0 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2024

  1. fix: calculate avail length of inserted text by remaining prefix and …

    …suffix
    
    paste event - web platform
    dominictb committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    8d85c2a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1f69021 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1b26a57 View commit details
    Browse the repository at this point in the history
  4. chore: update Podfile.lock

    dominictb committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    ef63f73 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2024

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

Commits on Oct 4, 2024

  1. Configuration menu
    Copy the full SHA
    872fb83 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    df13406 View commit details
    Browse the repository at this point in the history