Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

fix(TypeAheadDropdown): input select on focus now works in Safari #823

Merged
merged 1 commit into from
Aug 17, 2022

Conversation

ChitlangeSahas
Copy link
Contributor

@ChitlangeSahas ChitlangeSahas commented Aug 17, 2022

Closes #824

This is a known issue with Safari.

https://stackoverflow.com/questions/54229359/why-does-select-not-work-on-safari-with-reactjs

After change:

Screen.Recording.2022-08-16.at.8.20.21.PM.mov

Changes

// Describe what you changed

Screenshots

// Add screenshots here if relevant

Checklist

Check all that apply

  • Updated documentation to reflect changes
  • Added entry to top of Changelog with link to PR (not issue)
  • Tests pass
  • Peer reviewed and approved
  • Signed CLA (if not already signed)

@ChitlangeSahas ChitlangeSahas marked this pull request as ready for review August 17, 2022 03:20
@ChitlangeSahas ChitlangeSahas requested a review from a team August 17, 2022 15:32
Copy link
Contributor

@wdoconnell wdoconnell left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Anything else we need to queue up with this release?

@ChitlangeSahas ChitlangeSahas merged commit ec9a625 into master Aug 17, 2022
@ChitlangeSahas ChitlangeSahas deleted the input_dynamic_width branch August 17, 2022 19:56
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

TypeAhead Input select all text on focus doesnt work on safari
3 participants