30-seconds-of-code icon indicating copy to clipboard operation
30-seconds-of-code copied to clipboard

Input field is not as per the accessibility and HTML standards

Open abhishekrawat22 opened this issue 1 year ago • 0 comments

In HTML, span is used to create the prefix for the input field, which is not interactive if the user wants to focus on the input field when clicking on the prefix text. Also, accessibility standards are not followed, like using a label for the input with for and id attributes in the respective element.

abhishekrawat22 avatar Jun 15 '23 15:06 abhishekrawat22