-
Notifications
You must be signed in to change notification settings - Fork 80
Update docs for v2.1.2 #258
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
see https://github.com/inertiajs/inertiajs.com/pull/441 https://github.com/inertiajs/inertiajs.com/pull/435 https://github.com/inertiajs/inertiajs.com/pull/431 https://github.com/inertiajs/inertiajs.com/pull/445 https://github.com/inertiajs/inertiajs.com/pull/446 https://github.com/inertiajs/inertiajs.com/pull/448 https://github.com/inertiajs/inertiajs.com/pull/451
| Some props are intentionally grouped under `options` instead of being top-level to avoid confusion. For example, `only`, `except`, and `reset` relate to _partial reloads_, not _partial submissions_. The general rule: top-level props are for the form submission itself, while `options` control how Inertia handles the subsequent visit. | ||
|
|
||
| When setting the `disableWhileProcessing` prop, the `Form` component will add the `inert` attribute to the HTML `form` tag while the form is processing to prevent user interaction. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is a duplicate of lines 432-434, yea?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
oh nvm, these are inside the adapter tabs?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yup, ugly but it works
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'd say "clever" rather than "ugly" 😜
No description provided.