Welcome to the Vue feedback portal. We’re happy you’re here! If you have feedback on how to improve the Vue, 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 dynamically enabling and disabling the ComboBox, the aria-disabled attribute value is not updated correctly. The aria-disabled attribute remains set to true on the wrapper element, even when the component is enabled.


Sample: Sample

.

Replication Steps:

  1. Run the sample.
  2. Inspect the wrapper span element and observe that the attributes disabled and aria-disabled are set to true.
  3. Click the checkbox to enable the ComboBox.
  4. Reinspect the wrapper element, you will see that the same attribute values are still maintained. While the input element updates properly, the span element does not.

Actual Behavior: When dynamically enabling and disabling the component, the attribute values should update correctly.

Current Behavior: When dynamically enabling and disabling the component, the attribute values are not updated correctly.