We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Add aria-haspopup="dialog" to the button inside the mcc-color-picker to convey that a dialog window opens when pressed.
aria-haspopup="dialog"
When used in conjunction with an input field (mccConnectedColorPicker), set the aria-labeledby property to the connected control.
aria-labeledby
The text was updated successfully, but these errors were encountered:
tiaguinho
No branches or pull requests
Add
aria-haspopup="dialog"
to the button inside the mcc-color-picker to convey that a dialog window opens when pressed.When used in conjunction with an input field (mccConnectedColorPicker), set the
aria-labeledby
property to the connected control.The text was updated successfully, but these errors were encountered: