Skip to content

Commit

Permalink
try again with a changeset
Browse files Browse the repository at this point in the history
GitOrigin-RevId: 4cc380658f55d4dce45f2fce2d196f196b26d195
  • Loading branch information
f authored and actions-user committed Sep 19, 2024
1 parent 6ad044a commit aded749
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-router-busy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Render `BusyForm` instead of `Form` or `fetcher.Form`:
* All the form's inputs will become `readonly` during submission to prevent someone from changing input data during submission and causing themselves confusion. The `cursor` will be `wait` if hovering over an input.
* The form's submit button will become `aria-busy="true"` during submission to prevent double-clicking and causing extraneous requests. The `cursor` will be `wait` if hovering over the button, and `pointer-events` will be `none` to actually prevent clicking. A keyboard user can currently still repress the button though because I haven't found a way to prevent it.

I chose these attributes instead of `disabled` because it causes the field to not be sent in the form data and it's not accessibility friendly
I chose these attributes instead of `disabled` because it causes the field to not be sent in the form data and it's not accessibility friendly.

### With fetcher

Expand Down

0 comments on commit aded749

Please sign in to comment.