I'd like to ask about following situation: I have a dropdownlist with disabled property set to true. However, when i put dropdownlist inside a <label> element it can be opened.
https://stackblitz.com/edit/react-grc43y
2 Answers, 1 is accepted
0
Stefan
Telerik team
answered on 05 Sep 2019, 06:29 AM
Hello, Tomasz,
Thank you for the example, the issue occurs because the label is taking the focus and it passes it down to the DropDown. The disabled property is making the DropDown unclickable but is this case the label is passing the focus event to the DropDown.
I have logged this in our repository for fixing, and also added a possible workaround inside the issue:
Additionally, I have updated your Telerik points for bringing this to our attention.
Regards,
Stefan
Progress Telerik
Do you want to have your say when we set our development plans?
Do you want to know when a feature you care about is added or when a bug fixed?
Explore the
Telerik Feedback Portal
and vote to affect the priority of the items