Ignition TextField problem

Hello All, I am using label component, when clear the label component with one button, then text was cleared but label showing the value.

What is the change script doing? Can you share the code of the button? Are you seeing this only in the Designer, or in an active Session as well?

Defer updates

Labels don't have a deferUpdates property.
Those PROPS are not label props. It might be a Text Field component.

3 Likes

facing same issue in designer as well as session. This is text field.

But you are not going to post your code?

No,The problem was solved, False the rejectUpdatesWhileFocused property on the component. Thanks.