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
Current behavior
Button component doesn't have any support for loading status.
Expected behavior
Having a "loading" prop on Button component, which indicates the loading status of a button, would be a good addition to the library. Button's that have a loading prop should indicate a spinner and disable any input during loading state.
[ ] bug report
[x] feature request
[ ] support request
Current behavior
Button component doesn't have any support for loading status.
Expected behavior
Having a "loading" prop on Button component, which indicates the loading status of a button, would be a good addition to the library. Button's that have a loading prop should indicate a spinner and disable any input during loading state.
Like antd; https://ant.design/components/button/#components-button-demo-loading
The text was updated successfully, but these errors were encountered: