Setting searchable select field to null not working
I've got the following fields where the first field sets other select fields to null if the selected option gets changed.
The last field doesn't get set to null correctly if I change the first select. As you can see in the screenshot, it still contains the old value. However, when I remove
searchable
from the last field, it works correctly.
Any idea what's going on? Am I missing a piece of code?2 Replies
Maybe try an empty string?
That didn't work either. When I click the x in the select field, it shows nothing. With null it at least shows the placeholder. But I shouldn't have to press the x.