-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
[🐛 BUG] [UX] input, number, date controls don't validate on focus out event #2023
Comments
Hi @FabienLelaquais, I'd love to work on this issue. Could you please assign it to me? |
I have assigned you this issue @kart2004 ! |
could you please tell how are you working on this issue |
I guess all you have to do is add an event handler to the 'onBlur' attribute of the TextField component used by the input control. |
@AlexandreSajus @FabienLelaquais Hey please assign the issue to me |
This issue has been assigned already, @TecHAyusH6476 & @Anudhyan. Sorry |
It's ok . I just wanted to know how to approach this issue, which you already clarified. Thanks |
|
Assing me this issue |
Is this issue worked on ? |
I can assign this issue but this is already worked on by other contributors @Heisen47 |
I am a newbie but I am still trying my best |
Please try to assign this issue to me if possible. |
@developervick A PR is open, do you want to collaborate on this issue? |
To address the issue of input fields not triggering actions on focusout, I propose adding an event listener to detect the focusout event for all relevant inputs (e.g., number, date fields). This listener would trigger the same function as pressing Enter, ensuring the expected action occurs when focus is lost. I'll ensure thorough unit tests for these handlers, aiming for 90% coverage. This approach should improve user experience across input fields. Would love to hear your feedback! I am willing to work on this issue @jrobinAV |
@hustler0109, |
This issue has been labelled as "🥶Waiting for contributor" because it has been inactive for more than 14 days. If you would like to continue working on this issue, please add another comment or create a PR that links to this issue. If a PR has already been created which refers to this issue, then you should explicitly mention this issue in the relevant PR. Otherwise, you will be unassigned in 14 days. For more information please refer to the contributing guidelines. |
What went wrong? 🤔
The input control (as well as number, data, ...) does not trap the Focus Out event that should trigger the equivalent of pressing the Enter key
Expected Behavior
See description.
All
input
,number
,date
should be impacted.login
probably...Acceptance Criteria
Code of Conduct
The text was updated successfully, but these errors were encountered: