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: [#1563] Prevent disabled inputs from being focussed or blurred #1744

Merged

Conversation

karpiuMG
Copy link
Contributor

@karpiuMG karpiuMG commented Feb 24, 2025

resolve #1563

@karpiuMG karpiuMG force-pushed the 1563-disabled-input-focus-blur branch 2 times, most recently from 5b506a5 to ef38a29 Compare February 25, 2025 20:57
@karpiuMG karpiuMG force-pushed the 1563-disabled-input-focus-blur branch from ef38a29 to 29b3c62 Compare February 25, 2025 20:58
Copy link
Owner

@capricorn86 capricorn86 left a comment

Choose a reason for hiding this comment

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

Thank you for your contribution @karpiuMG! ⭐

@capricorn86 capricorn86 merged commit e4fea23 into capricorn86:master Mar 4, 2025
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Calling focus on a disabled input should not fire focus event or change focus of active element
2 participants