material-ui-color icon indicating copy to clipboard operation
material-ui-color copied to clipboard

Support setting the id of the root button to support automated testing.

Open mP1 opened this issue 2 years ago • 0 comments

Im using Cypress to test my UI and most of the time to keep things simple I like to assign ids (im writing a spreadsheet). Unfortunately setting an id prop on <ColorPicker> is ignored.

There will be multiple color pickers in the UI and it would be nice to just assign unique ids instead of other ways.

mP1 avatar Sep 24 '22 09:09 mP1