London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
AI OnAI Off
London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
Hi,
I'm working with boolean property widget. I haed to check it's in readonly state. The code is like:
The condition is always true even if the checkbox is in active state. I checked the widget implementation: "epi/shell/widget/CheckBox"
There is:
The set method returns object - never false value. I wonder if there should be read instead of set or this is a kind of trick and I should not use "readOnly" property that way.
For this moment I have a workaround: