Welcome to the JavaScript feedback portal. We’re happy you’re here! If you have feedback on how to improve the JavaScript, we’d love to hear it!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

0
Votes

When the MultiSelect component is configured with floatLabelType as "Always" or "Auto," the for attribute is not added to the label element, causing accessibility issues on the WAVE tool.


Replication procedure:

  • Run the sample.
  • Run the WAVE tool.

Expected Output: The 'for' attribute needs to be added, and the accessibility error needs to be solved in the WAVE tool.

Current Output: It shows the accessibility error due to for attribute not added to label.