Text Field is clearing text after hitting enter

I am trying to have a part number enter into a text field which is then used in different parts of the program but whenever I hit enter, it clears the text. I am newer to Ignition so I am not sure if this is an easy fix, or something I am just over looking


This is a picture of the test fields properties.

In the binding on the text property, is the binding bidirectional? If it is not, then it will not write to the source, only read from it.

Yes, it seems the binding is Bidirectional

Do you see anything in the gateway logs? Perhaps the specific tags or tag provider have readOnly permissions set?

It seems that the tags all have read/write permissions

I am getting this error in my logs

What is the tag type that you're trying to write to?

From the screenshot, it looks like you have a property change script on the text property. Is there a script that's clearing the text field?

2 Likes