Are you an author (like sending something to Outlook), or a host that is rendering your own cards? Host, Finance Digital Assistant
4.6.2
What version are you using? Ex: NuGet 1.0.2, or latest master, etc...
Nuget
We received an accessibility bug on our application where the Input.Date date picker control of the Adaptive Cards is failing to highlight the correct area when expanded using Microsoft Narrator screen reader. Please see the screenshot below:

Also, we were notified the following general accessibility requirements for a date picker as follows:
Can you please prioritize this to enable accessibility for Input.Date control?
Thank you!
Hi @shalinijoshi19 , I would appreciate if you can provide us help with this. Please let me know if you have any questions. Thank you!
We have acknowledged this issue report. Please continue to follow the issue for updates/progress/questions. @matthidinger / @dclaux / @rebeccaanne / @paulcam206 / @nesalang / @almedina-ms FYI.
@dclaux / @matthidinger thoughts on this one?
There is unfortunately nothing we can do here. The control is the built-in HTML5 date picker, and as per the screenshot it functions normally. My guess is that it's a Narrator "bug" (or quirk, or limitation) where Narrator isn't able to properly compute the screen bounds of the popup.
As @dclaux mentioned, the output HTML looks something like this:
<input class="ac-input ac-dateInput" name="date" type="date" aria-label="Enter a date in mm/dd/yyyy format" value="2017-10-12" data-ac-separatorid="ac-714fdc6f" style="width: 100%;">
The type="date" bit combined with it being an <input> means that it's up to the browser to render the appropriate control (and implement the appropriate accessibility story). Indeed, you can see different rendering approaches depending on which browser you use:




Unfortunately, there's not really anything _we_ can do to make this experience more accessible. I'd suggest filing a bug with your browser vendor.