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
When using the select as shown in the code and images below, the screen loads with the value 0. When I select the “Ativos” option, the attribute value changes to 1. However, when switching back to the “All Status” option, the value should reset to 0, but as shown in the image, it displays as “Todos+os+Status”.
@gustavosobrinho01 thanks for reporting! Can you try using a value other than 0 and see if that works? I suspect there as an issue with how the select is handling a zero value
Flux version
v1.0.29
Livewire version
v3.5.16
What is the problem?
When using the select as shown in the code and images below, the screen loads with the value 0. When I select the “Ativos” option, the attribute value changes to 1. However, when switching back to the “All Status” option, the value should reset to 0, but as shown in the image, it displays as “Todos+os+Status”.
Code snippets
How do you expect it to work?
I expect the value in the URI to be set to 0, not “Todos+os+Status”.
Please confirm (incomplete submissions will not be addressed)
The text was updated successfully, but these errors were encountered: