Hello,
I’m not sure if I am skipping something in the Servoy Documentation, but I cannot seem to find a way to get the current value of a text field.
I have looked at all the methods and properties for JSField, but none seem to specify returning the current value.
I am creating a login form, so of course I need a way to pull in the typed username and password so I can run validation on them via the database.
In standard JS it was just .value, what am I missing?
Thanks,
Chris