Which falsy value to clear a text input in this context?

I have dropdowns & a text input which users can use to filter a dataset via code. I have a clear filters button. For clearing dropdown values here I’ve used undefined. The text input is a new addition, & I wonder what the best practice in this context is. To confuse things, the info by Velo API & GPT are conflicting. What do I do?


Would always recommend referring to the documentation - it’s usually the most accurate source.

Have you tried it? Let us now how you get on with the steps from the docs :slight_smile:

Yes, I went by the documentation and used undefined. It works like the rest too