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

fix(input, input-number, input-text): restore autofocus, enter-key-mode and input-mode attributes #9245

Merged

Commits on May 2, 2024

  1. fix(input, input-number, input-text): restore enter-key-mode and `i…

    …nput-mode` attributes
    
    This was caused by the removal of custom props mapped to global attributes, which were kebab-cased through Stencil attr reflection rules.
    jcfranco committed May 2, 2024
    Configuration menu
    Copy the full SHA
    2459db3 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2024

  1. Configuration menu
    Copy the full SHA
    c80c57b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a18ad7a View commit details
    Browse the repository at this point in the history
  3. tidy up tests

    jcfranco committed May 3, 2024
    Configuration menu
    Copy the full SHA
    7cce0a9 View commit details
    Browse the repository at this point in the history
  4. fix test

    jcfranco committed May 3, 2024
    Configuration menu
    Copy the full SHA
    c220270 View commit details
    Browse the repository at this point in the history