Following scenario:
I have a menu with 2 listitems. Rename and Delete.
The listitems have variants - default, hover, selected and disabled.
I create a master component of the menu to use it multiple times in the flows.
In one instance of the menu, I set the Delete listitem to “disable”.
Afterwards I change the listitem lable from “delete” to “remove” in the master component. Unfortunately, the instance with the disabled delete listitem still shows “delete” instead of “remove”.
I have to reset the listitem so it shows the default state of “remove” and the set it to “disable” once again.
Is there a fast lane for this?
I wished this “reset” would not be necessary.
Thanks for your help.