group-income
group-income copied to clipboard
Give more context to users on why a button is disabled
Problem
At the moment, when a submit button is disabled for some reason, we should inform the user of why that is happening.
Solution
Give the user more information. Let them know why the button is disabled. There are 2 possible solutions that I can think of ATM:
- Add a tooltip on hover/click/tap on a disabled button;
- Add a paragraph or scoped banner below the button.