Currently using Ignition 8.3.1 Perspective module to build a form component inside of a docked view. When typing in a text field it randomly clears out the text. After researching their were articles about pressing the enter key, causing submit actions that cleared out the text. However this is happening without pressing the enter key. I ruled out my application by creating the form inside a new docked view inside of a view with no association to my main project and it still happens. I also disabled the component submit actions to rule that out, and still no change. It seems to be a bug with the form component itself. Possibly the same issues I read relating to using input fields in a dock. The fix was to set the property rejectUpdatesWhileFocused to True. However their is no way to do that in the form component that I'm aware of. Lastly there are no bindings associated to the form. I’m new to the forum so I apologize if their are other topics already covering this, but I didn’t see any after searching the forum. Thanks, any input will be appreciated!