When using a flux:select which has an option of empty value, if I select this option, the binded model is set with the option label and not with an empty string. It was working fine on previous versions.
You can see in the following example that, when selecting the first option, $value variable is set to "Select one" and not to "" (empty).
Hello,
When using a flux:select which has an option of empty value, if I select this option, the binded model is set with the option label and not with an empty string. It was working fine on previous versions.
You can see in the following example that, when selecting the first option, $value variable is set to "Select one" and not to "" (empty).