-
What changes button text to the original text?
-
- .button(“string”)
- .button(“reset”)
- .button(“toggle”)
- .button(“loading”)
- None of these
Correct Option: B
.button(“reset”) changes button text to original text if changed, .button(“toggle”) makes button look pressed, .button(“loading”) disables the button and changes the button text to “loading…”