Default Value Searchbox input

Hello, I have created a custom state for my Searchbox, called default. And I have set up the Default Value of my Searchbox to be equal to default.
I then have some logic that modifies the custom state.

However, the searchbox’s value never takes the value of Default Value (which is set equal to the custom state called default).
Here are two screenshots :

Does someone have an idea how to fix this ?
Thank you very much

Are you setting the state value via a “set state” action?

If not, then try doing it on a “page load” event and subsequently a set state value to whatever default value you need in that element :slight_smile:

Yes I am :


But anyway in the screenshots I provided, it shows that I provided a value to state default. And the Default Value of my Searchbox is not empty, so the value shouldn’t be empty, right ?

Yes I am :

But anyway in the screenshots I provided, it shows that I provided a value to state default. And the Default Value of my Searchbox is not empty, so the value shouldn’t be empty, right ?