Text box in PGM

Hi All/Daniel, I am using PGM for my UI and one of my requirements is to have a text box for user to provide an input, which I want to parse it back to my code for further analysis. I cannot see a textbox in the PGM editor. Is there a way we can handle this?

Sorry for the late reply:

The Label can be set to editable, so it acts as editor.

You can access the value via the magicState.getPropertyAsValue(“foo:bar”) call.

In the label you set the same path as value and it will be updated whenever the user entered some text.