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
The component for rendering <option> tags within a <select> field fails to correctly handle when the value is set to 0. The issue occurs because the conditional logic in the Blade template skips over values that are set to 0, treating them as falsy.
The issue is in the following code block from flux-pro/stubs/resources/views/flux/option.blade.php:
The component for rendering
<option>
tags within a<select>
field fails to correctly handle when the value is set to 0. The issue occurs because the conditional logic in the Blade template skips over values that are set to 0, treating them as falsy.The issue is in the following code block from
flux-pro/stubs/resources/views/flux/option.blade.php
:Reproduction
Solution
The text was updated successfully, but these errors were encountered: