Does adding 'readonly' attribute to jquery ui datepicker affect its accessibility?
问题 I'm using the jquery UI datepicker control but do not want the 'keyboard' to display on mobile/tablet when a user clicks on the input field. A way to prevent this is to add 'readyonly=readonly' to the input. However, I'm concerned that this will negatively affect accessibility. Will users, using a screen reader, still be able to edit the field / select a date. https://jqueryui.com/datepicker/ 回答1: The short answer is yes, it will be very difficult for visually impaired users to select a date.