Show a default value in a dropdown if no option is selected from it #68
Labels
bug
Something isn't working
enhancement
New feature or request
PR welcome
You can open a PR for this issue
allowEmpty
not working properlyA clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
I want to restrict the user from setting the cron value to '
*
' in a particular dropdown.Current Behaviour:
If the user deselects all the values from the dropdown, it sets the value of that dropdown to '
*
'Screencast.from.2024-06-27.10-47-57.mp4
I don't want the value to become
*
when user deselects all the values from the hour dropdown, instead set it to some default value (not *).Here is what I tried to do:
But is not working properly, here is the attached screen record:
Screencast.from.2024-06-27.10-56-27.webm
When I click on the default value itself, the expression is fine, but the change dosen't reflect on the drop-down, it still shows every hour in the dropdown
The text was updated successfully, but these errors were encountered: