Flex : How to set a flex control focusable when it is disabled ?
- by user335483
How to get focus for a disabled flex control.
When a flex control is set with enable=false ,the control is not focusable and hence is not read by a screen reader.
When a user tab's it should also go to the disabled controls.
wanted to know how can we overcome this limitation?