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
Design and implement a disabled state for the component.
This is only about implementing the visual design, as the disabled state of the component is already synchronised from the <input> to the <button> (avoiding breaking changes for code that may disable an existing <input>).
Why
Despite us not recommending you disable form fields as it causes barriers to users, there's nothing stopping a user disabling the <input> being enhanced and the visual design of the component should reflect that.
Who needs to work on this
Designers + Developers
Note Good opportunity for pairing.
Who needs to review this
Designers + Developers
Done when
We have a design for the disabled state
Design has been implemented
The text was updated successfully, but these errors were encountered:
What
Design and implement a disabled state for the component.
This is only about implementing the visual design, as the
disabled
state of the component is already synchronised from the<input>
to the<button>
(avoiding breaking changes for code that may disable an existing<input>
).Why
Despite us not recommending you disable form fields as it causes barriers to users, there's nothing stopping a user disabling the
<input>
being enhanced and the visual design of the component should reflect that.Who needs to work on this
Designers + Developers
Note Good opportunity for pairing.
Who needs to review this
Designers + Developers
Done when
The text was updated successfully, but these errors were encountered: