[Feature] Show specific errors under input element whenever a user inputs a wrong/incorrect information #467
Labels
🕹 aspect: interface
Concerns end-users' experience with the software
✨ goal: improvement
Improvement to an existing feature
help wanted
Open to participation from the community
🟩 priority: low
Low priority and doesn't need to be rushed
🏁 status: ready for work
Ready for work
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
The text was updated successfully, but these errors were encountered: