FormNotify()function
FormNotify(): void
| Return | |
|---|---|
void | Nothing — this component only triggers a side effect. |
Publish the current form's "main" (unnamed) message as a global success notice whenever it changes.
- Renders nothing; mount it inside a
Formto surface the message globally.
Examples
<FormNotify />