material-ui-color
material-ui-color copied to clipboard
Support setting the id of the root button to support automated testing.
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.