[Feature] Show specific errors under input element whenever a user inputs a wrong/incorrect information
codewithmide opened this issue · 1 comments
codewithmide commented
Problem
I noticed that the input elements under the Attribution Details
do not raise errors whenever an incorrect information is passed into it.
Description
The Attribution Details
should raise errors related to each of the inputs whenever an incorrect information is passed. This would improve user experience on the cc chooser and above all makes the collected data genuine.
Alternatives
Using regex should solve the same problem but what happens when the user is not a tech person? It would be difficult for the user to get past this without knowing what is wrong. Throwing these errors would be a relief for them.
Implementation
- I would be interested in implementing this feature.
Jaivignesh-afk commented
can i work on this issue?