Alright, seems fairly easy to do
Figma – 2 Jul 23
You will need 3 vars to get it going
And here what interaction looks like (one field, others are the same)
If condition checks all the strings against desired value. If all set to what we need, then enable button
Button disabled state is bound to Boolean var
Woah cool, thanks @Pavel_Kiselev I manage to get it working somewhat. Is it possible to make the initial input value to have no value at all? meaning no placeholder
✅ Name : ( )
❌ Name: ( Enter name )
2nd question: how to reset the form to return to its initial value again?
so that user able to test action: removing the inputs
so that I don’t have to keep restart the prototype. 😁
Np mate.
Play with component states for the former. It would make it a bit more complex, not sure by how much
And have another interaction to set initial var values for the former
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.