Get every character from fieldString Widget

Hi!
Is it possible to get Value0 after each change of the string, and not just by pressing the Enter?

Thanks

Yes, the fieldString is based on a field component. the field component has a special panel value called ‘fieldediting’

If you access this panel value, you can get an updated string on each change.

Here is an example.

fieldWidgetEditing.toe (17.1 KB)

1 Like