Open vr1Ravi opened 7 months ago
Thanks for your work @vr1Ravi but i just tested your index.js and unfortunately i'm still able to enter misleading inputs.
@inesmrad I see, can you tell me which browser you are using.
@inesmrad I see, can you tell me which browser you are using.
i'm using Chrome version 123.0.6312.106
@inesmrad, could you check it now.
@inesmrad , could you please review the code I wrote. looking for your feedback.
Hey @vr1Ravi , your PR works perfectly , but i also have a small suggestion .You know when i try to input a number in the Name field, the numbers part of the keyboard is kinda blocked. Wouldn't it be more helpful to keep it this way but also to display a clear error message so that users don't get confused. The error message will help users understand why their input is not accepted, reducing confusion and improving the overall user experience. What do you think ?
Yes you are right. User might think "is something wrong with my kep board or app". A perfect error message will definetly enhance the UX. Let me try to add it.
Yes you are right. User might think "is something wrong with my kep board or app". A perfect error message will definetly enhance the UX. Let me try to add it.
Awesome !!
Hey @inesmrad, I did add the error message. Could you see if everything is ok.
Hey @inesmrad, looking for your feedback on the latest change that I've made.
Hey @inesmrad, looking for your feedback on the latest change that I've made.
hi @vr1Ravi , it works for the company name but not for the phone (still able to input alphabetic characters)
@inesmrad, need little information, can you tell me in phone filed your are able to type any alphabate or only 'e'. Right now I've opend the repo and saw that for one time i am able to enter 'e' only. If you tell me the exact behaviour it would be helpful for me
@inesmrad, need little information, can you tell me in phone filed your are able to type any alphabate or only 'e'. Right now I've opend the repo and saw that for one time i am able to enter 'e' only. If you tell me the exact behaviour it would be helpful for me
i'm able to type 'e' and ',' (comma) and i'm not getting an error message if i try to type another character, the keyboard is simply blocked
i'm able to type 'e' and ',' (comma) and i'm not getting an error message if i try to type another character, the keyboard is simply blocked
Could you check it now. This time I've added error message too and tell me if we need to change the content of error message.
i'm able to type 'e' and ',' (comma) and i'm not getting an error message if i try to type another character, the keyboard is simply blocked
Could you check it now. This time I've added error message too and tell me if we need to change the content of error message.
All good , it's working perfectly fine now, thank you for your work !
All good , it's working perfectly fine now, thank you for your work !
Great to hear that everything is working perfectly now! You're welcome, happy to help!
Description
Inside forms/DynamicForm, index.js. I've added onKeyDown event to contry and search component to prevent meleading input values.