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

Oprava opakované inicializace formuláře #56

Merged
merged 2 commits into from
May 13, 2024
Merged

Conversation

zipper
Copy link
Contributor

@zipper zipper commented May 13, 2024

Pokud byl formulář již inicializován, zapisuje Nette.initForm na formulář form.noValidate = true. Pokud tedy narazíme na form.noValidate, neinicializujeme formulář, protože bychom navazovali jednotlivé callbacky opakovaně.

Pokud byl formulář již inicializován, zapisuje `Nette.initForm` na formulář `form.noValidate = true`. Pokud tedy narazíme na `form.noValidate`, neinicializujeme formulář, protože bychom navazovali jednotlivé callbacky opakovaně.
@zipper zipper merged commit 3d675c4 into master May 13, 2024
3 checks passed
@zipper zipper deleted the skip-initialized branch May 13, 2024 12:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant