I need my application to be fully WCAG compliant.
I have multiple form fields that are not to be modified by the user, but must be readable by them.
Take the combobox for example: https://dojo.telerik.com/@GaloisGirl/exAZIROW
The same problems occurs for DatePicker (see https://docs.telerik.com/kendo-ui/api/javascript/ui/datepicker/methods/readonly ) and other widgets.
Please keep in mind the subtle differences in meaning between readonly and disabled and do not just apply disabled styles to readonly widgets.