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 feature:
A directive should be created to disable and show a progress indicator on a button when the associated action is in progress.
Describe any alternatives you've considered:
The associated action can be throttled via code. This works for quick actions run locally, but for longer ones like HTTP requests there isn't enough feedback for the user.
The button can just be disabled. Good for communicating that the action is unavailable, but it's ambiguous to the user why.
A progress indicator can be manually applied to the button. Feasible, but doing it correctly can be verbose, complicated, and prone to inconsistency and bugs. There are considerations like accessibility and maintaining a fixed size that might be overlooked.
The text was updated successfully, but these errors were encountered:
Describe the feature:
A directive should be created to disable and show a progress indicator on a button when the associated action is in progress.
Describe any alternatives you've considered:
The text was updated successfully, but these errors were encountered: