Get element instance

i want to access an element instance to check the onBlur input property to show or hide a text, is for input validation, is it possible? what is the best way?

now i can only access the text instance, i want to acces the test input instance inside the text conditional rendering

Hey @nicolatoledo.dev :wave:

I think you’ll need to emit an event from test input and react to that event in your error empty test: Component events | WeWeb Documentation

Can you give it a try and let me know if it helps?