Skip to content
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

Allow to disable notification that is shown on invalid form submits #9350

Closed
tim-hoffmann opened this issue Oct 11, 2023 · 4 comments
Closed

Comments

@tim-hoffmann
Copy link
Contributor

tim-hoffmann commented Oct 11, 2023

Is your feature request related to a problem? Please describe.
When a form is invalid a notification is shown on the bottom of the screen. I want to be able to disable the notification.

Describe the solution you'd like
There could be a prop or similar to disable the notification.

Describe alternatives you've considered
I checked the code and couldn't find an option to disable the notification. Only if I create a custom Form component, which wouldn't make much sense, since it would be basically copy paste.

Additional context
image

@djhi
Copy link
Contributor

djhi commented Oct 11, 2023

That sounds reasonable. Can you open a PR?

@tim-hoffmann
Copy link
Contributor Author

Ok, will create a PR.

@djhi
Copy link
Contributor

djhi commented Oct 12, 2023

Thanks, as this will be a new feature, please target the next branch 🙏

@fzaninotto
Copy link
Member

Fixed by #9353

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants