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
I'm sorry but why did you do it again??? #358
If a value in a drop-down is selected it is not possible to unselect it anymore which screw up all the application.
src/FormBuilder.php:772 return $this->toHtmlString('<option' . $this->html->attributes($options) . ' hidden="hidden">' . e($display, false) . '</option>');
This is really confusing. Is it possible at least to make this behaviour configurable?