[Navigate to and select "Input.Date" list item in "Inputs" section]: Neither able to edit 'date' edit field in Command mode nor able to switch to Dictation mode
Target Platforms
Other
SDK Version
103.0.1255.0
Application Name
Adaptive Cards
Problem Description
https://microsoft.visualstudio.com/OS/_queries/edit/39921438/?triage=true
Test Environment: OS: 22H2 (OS Build 25120.1000) Browser: Edge Dev Browser Version: Version 103.0.1255.0 (Official build) dev (64-bit) URL: Adaptive Cards Tool: Voice Access
Repro Steps: Launch the above URL. Command: "Voice access wake up" Command: "Click Schema Explorer" for the top header. Command: 'Click Input.Date' from under 'Inputs' label. Navigate till the first card present under this page. Command: 'Click Enter a Date. Command: 'Dictation Mode'. Command: 'Command Mode'. Command: 'Type 10'. Observe the issue. Actual Result: Users are not able to edit 'Enter a Date ' edit field using 'Type' command. Also, we are not able to switch to Dictation mode when our focus is on 'Enter a Date' edit field.
Expected Result: Voice Access users should be able to edit 'Enter a Date' edit field using 'Type 10'. Users should also be able to switch to Dictation mode.
Note: This issue is repro throughout this page.
Observation: 'IsKeyboardFocusable' property is set as 'True' for 'Enter a Date' edit field. Keyboard user is able to edit in 'date' edit field.
User Experience:
People with limited mobility (cerebral palsy, quadriplegia) who use Voice Access to use OneNote may not be able edit or type they will find difficulty in accessing 'Canvas area' and 'Canvas Title' edit field. Voice access users will get impact and will not be able to interact with controls with pre-defined Voice access commands.
MAS Reference: No Disruption of Accessibility Features - Liquid (microsoft.com)
Have feedback to share on Bugs? Please help fill Trusted Tester Bug Feedback (office.com)"
To learn more about Voice Access and how an application can support its different modes, Refer: VoiceAccess Testing - OSGWiki
Screenshots
No response
Card JSON
NA
Sample Code Language
No response
Sample Code
No response
Uploading MAS4.3.1 - Not able edit
Enter a date edit field.mp4…

As you can see in the following code snippet, we have rendered an HTML Input element with the type date.
<input type="date" placeholder="Enter a date" aria-label="Enter a date" class="ac-input ac-dateInput" id="__ac-e5f40692-f710-40a6-ac94-f962c80bf320" style="width: 100%; min-width: 0px;" tabindex="4">
We don't have control over the inner elements of the date input. You can see this issue also occurs within documentation examples for the control.
Closing the issue since we determined offline that this is an issue with Voice Access.