Stopping text input (solved)

After following the example of text input: Text input , I am trying to create a simple login screen which consists of 2 input boxes. 1 for a username and the other for a password. But I don’t know how to stop taking in input, I wish for this to happen when the user clicks off the box or clicks another box. But I don’t know how to stop the input. This is what I have so far:
Creating a login interface.zip (31.0 KB)

You need to release input focus:

Oh yeah, I forgot that I could do it like that. Thank you.

Also you can check the Druid GUI library

Here is the live example with several input boxes, one of them is password input :slight_smile:

And source code link

2 Likes