How do I simply change the text inside a button depending on its state, without having to create a text binding that uses the same condition that I already set for the state, for every language that button uses? Shouldn’t the text just match the state??
Hey Niels, CSS states are usually used for different styles on hover, focus, disabled, etc.
Can you give me an example of a button state where you’d want the text to be different?