Text entry from a popup

Is there an easy way to enter a short text label using the right click menu? I’ve been looking for other examples of text input and haven’t found any plugins that do it.

You can make a ParamWidget of any shape or size, and you get this for free. 2019-06-15-112601_195x102_scrot Or do you want an arbitrary string like the login form of the Library menu button?

The login form sounds more like what I’m after, thanks!

You can add a TextField to a menu just like a MenuItem.

Oh excellent, thanks!

So this all worked great, except that the backspace key doesn’t work. Any idea what I should be looking for?

\b maybe?