-
Password field missing?
I can't find how can I create a password field in DP5. It used to be TextField.setPassword(true) in v 2.x, but it can't be done in DP5. I can see there is a boolean class field password in TextBaseField class though never used. Is it still unimplemented or moved to another class?
-
It is missing. You can wait for the beta or fix it yourself.
-
There will be a password field in the beta - if making your own, consider just making a new appearance class to use for the TextField, since this is just a rendering issue.