You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
More of a question, really. We could not find an event to update the button text.
When trying something simple such as document.getElementById("fw-button-id").textContent = "ABC"; or value = ... the new text is written outside of the button (most likely because it doesn't consider the spans generated by the fw-button).
To Reproduce
Steps to reproduce the current behavior:
Component
fw-button (v4)
Describe the bug
More of a question, really. We could not find an event to update the button text.
When trying something simple such as
document.getElementById("fw-button-id").textContent = "ABC";
orvalue = ...
the new text is written outside of the button (most likely because it doesn't consider the spans generated by the fw-button).To Reproduce
Steps to reproduce the current behavior:
document.getElementById("fw-button-id").textContent = "ABC";
Screenshots
The text was updated successfully, but these errors were encountered: