Hide a field when no data in Text Box


#1

Hi Team,

There is text box, on textChange I want to show a field and when we keep the text box empty means when i delete the data on a text box the field gets hidden.

Please let me know the solution.


#2

Hi @rimpakarmakar,

this could fit your problem.
You need to build a condition that checks if the widget is already shown and the current input is empty again.

You can replace the shape in this example with any other widget. In your case the field you’d like to show:


#3

Hi
Can you sahre the rp file.


#4

HideTextField.rp (62.0 KB)
It includes two examples, that might fit your problem…


#5

Thank You dan.adam. this exactly what I wanted.