Skip to content

Commit

Permalink
update docs (#663)
Browse files Browse the repository at this point in the history
  • Loading branch information
robphoenix authored Jan 3, 2025
1 parent b081540 commit 8bdb3ef
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/web-ui/src/components/Button/Button.docs.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,9 @@ Disabled buttons use `aria-disabled`, rather than `disabled`, so that they are
still focusable when using the keyboard. This means that screen readers are
still able to find the button, with the insight that it is disabled and that
there is perhaps an action which needs to be taken, rather than not knowing
there is a button there at all. The `onClick` handler will still be disabled.
there is a button there at all. The `onClick` handler will be disabled, however
you will need to make sure you disable any other expected actions, including
when using `type="submit"`.

### Known issues

Expand Down

0 comments on commit 8bdb3ef

Please sign in to comment.