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
Any idea what's going on? Am I missing a piece of code?
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?
