ソースを参照
merged branch weaverryan/form_choice_missing_variable (PR #2005)
Commits
-------
fdd2e7a [Form] Fixing a bug where setting empty_value to false caused a variable to not be found
Discussion
----------
[Form] Fixing a bug where setting empty_value to false caused a variable
Hey guys!
I think was an edge case that was overlooked. In this one case, the `$emptyValue` variable is never set. It causes warnings, but there should be no behavior change since the missing variable is being set to `null`.
Thanks!