Fix #1971 - #1988
Conversation
|
To take a step back, I'm not sure I understand the value of a default label for button. The component does not need a label to work and I think the total amount of work for the developer is greater if button has a default. If you boil down the possible options:
"Label is NOT the default" is going to require the same amount of work regardless so set that option aside. For the others.... In my eyes, "No Label" is significantly more likely than using the default so we should defer to the implementation that minimizes the work in that case. Anecdotal evidence is here: https://github.com/thibaultzanini/montage/commit/14c94ebc202b93b091262ee6ed4eb16f1f865661#diff-b15e34a728b9cfd69f2e35b233b4d780 |
No description provided.