You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If i use method ->setRequired(true) on AutocompleteControl it crashes after form sending, because standard validator has incompatible typehint in parameter.
Argument 1 passed to Nette\Forms\Validator::validateFilled() must be an instance of Nette\Forms\Controls\BaseControl, instance of Nextras\FormComponents\Controls\AutocompleteControl given, called in /.../vendor/nette/forms/src/Forms/Rules.php on line 283
The text was updated successfully, but these errors were encountered:
If i use method
->setRequired(true)
onAutocompleteControl
it crashes after form sending, because standard validator has incompatible typehint in parameter.The text was updated successfully, but these errors were encountered: