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
returns error "Please select a valid option." when the form is submitted with prompt value...
The text was updated successfully, but these errors were encountered:
martenb
changed the title
Non required selectbox returns error on empty value after submit
Non required selectbox returns error on prompt value after submit
Aug 24, 2018
martenb
added a commit
to martenb/bootstrap-4-forms
that referenced
this issue
Sep 4, 2018
Following code:
$form->addSelect('test', 'Test', [1=>2])->setPrompt('...');
returns error "Please select a valid option." when the form is submitted with prompt value...
The text was updated successfully, but these errors were encountered: