Perspective TextField SelectAll OnFocus

The answer I received is that it can only be done using Javascript on client side.
Since python scripts are only for server side, I don’t think there is a way to do that at the moment.
It might be good feature request to add a new property “SelectAllOnEnter” on textfield that will execute the javascript to select the text.

1 Like