-
Notifications
You must be signed in to change notification settings - Fork 124
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
Enhancements for Better Accessibility and Code Refactoring ⚙ #416
Enhancements for Better Accessibility and Code Refactoring ⚙ #416
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'd just revert the preventDefault
I commented on.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, but not sure if all these changes are correct. I'm gonna wait for a second approval.
🧐🫠 |
Sorry to leave you hanging! Had to deal with some tasks that were put aside while working on the 1.0 release. Coming back around to new PRs and issues in this repo soon. |
Hi @sanjaiyan-dev — on Chrome (and others?) an input with Let me know if this is a change you're keen to make or if you'd rather I tackle it 🙂 Everything else looks good! |
@bglw |
I think the type search is good — we just need to normalize the styling. At a glance, https://stackoverflow.com/a/77190241 seems good, but will need to test it across browsers to make sure |
🤝 |
This PR introduces minor improvements, such as:
type="search"
attribute to the input tag for better accessibility.Extremely sorry if I made any mistakes :(