-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Accessibility issue on MBDatePicker #411
Comments
Looks like we need to check the menu markup matches the current MT standard markup. We need to move to MCW v10 in the next month so that's a good time to do it |
I just ran lighthouse on both the date picker and select pages and they both show aria errors. Let's get preview 4 released and then make preview 5 about moving to MCW 10.0.0. Once we've completed our QA check of MB markup vs MCW we could consider a broad lighthouse review of MB. |
@stefanloerwald can we revisit this please? I'd like to remind myself what's going on and get this resolved. |
This is not fixed.
|
Lighthouse is reporting an error on my datepicker. It reports the following as having invalid aria attributes:
The date picker I use looks like
<MBDatePicker Label="Delivery date", SelectInputStyle="MBSelectInputStyle.Filled" @bind-Value="..." />
.I am not familiar with aria attributes, so don't see why this is invalid.
The text was updated successfully, but these errors were encountered: