I'm trying to construct a web page using angular material where I have a drop-down select element and a bunch of FAB buttons to show status. What I would like to do is that if a click on the dropdown list and select an item. The background color of the button is changed based on the item I select.
I've found a few solutions to change color(scheme) based on button click event. Is there a way to trigger the background color change based on the drop-down list selection?
Thanks