Hello All,
We are using a multi select component and we want a "readonly mode" for the multi select. I am able to achieve the style required via css.
In order to make sure the user cannot select an option from the dropdown I have also used the disabled: true option.
http://www.oracle.com/webfolder/technetwork/jet/jetCookbook.html?component=select&demo=disabled
I am wondering if there is any accessibility issue with using the disabled option?
Thank you in advance!