Closed lucasromanojf closed 4 days ago
Same issue here.
As long as you are using <flux:select ...>
without a variant. You can use regular <option value="0">myLabel</option>
as workaround.
Thanks for this, there was a loose equality check on the $value
prop in the option component instead of checking for a strict null
.
Will be fixed in the next release. Thanks.
Hello,
When using a flux:select which has an option of value zero, if I select this option, the binded model is set with the option label and not with zero. 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 "Option 0" and not to "0" (zero).