Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
7.0.0-M1, 6.15.0
-
None
Description
Having SelectOptions#setRecreateChoices(true), on every render each choice is represented by a new SelectOption instance with a new UUID.
If the form has submit errors, no UUID will match the RAW-Input of the Select. Thus the selection is lost.