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
Button is currently tagged as a Beta component, and in order to remove that label, it needs to have a stable architecture and API. This living document will track some of the remaining items that need to be done to consider moving Button out of Beta.
To-do:
Default Y.Button's BOUNDING_TEMPLATE to <button type="button"> (src)
Increase Button's unit test count to strengthen coverage. For instance, it could use more tests for <input type="button"> elements (assuming that continues to be a supported element).