Hi,
After running an accessibility check on a page using the SfDateRangePicker, I noticed that it produces an invalid combination for ARIA.
If you add a Placeholder to the SfDateRangePicker, it will automatically add the aria-placeholder attribute. But since the input created also has the role "combobox", the aria-placeholder attribute is considered invalid as it only supports the "textbox" or "searchbox" roles.
See this page for reference: https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Attributes/aria-placeholder
So my question, is there a way to change the SfDateRangePicker role to be a textbox to ensure it using the aria-placeholder attribute in a valid way?
Thanks!
Bruno