Wizard + Input strange bug

Hello there,
BUG-RETOOL

Video URL: https://streamable.com/g0vxh2
there is a bug when having a Wizard, if in the initial step you do something that programatically sets the value of the input on step 2, it seems that it the input value changes BUT when you navigate to the next step, the input value is cleared for no reason.
Any ideas? :frowning:

Hey, any update on this problem?

hey @hectortacter -

I haven't been able to replicate this problem :thinking: ,

My only guess is that a query is resetting this value on step change? Have you tried just using an event handler to control your text input component instead of a query?

This seems to work for me.

Hi @hectoracter! Let us know if using an event handler to control your text input component is better :slightly_smiling_face:

I'm also unable to reproduce this behavior, so definitely let us know if you're still seeing this on your end

Hey @JoeyKarczewski @Tess
It seems that the bug is fixed, since it doesnt occur anymore :smiley: now I go to the next page and the input is properly filled.

1 Like

Thanks for letting us know!