+1

Is there a textfield + keyboard snippet I can use?

thillsman 12 lat temu Ostatnio zmodyfikowane przez icahill (Administrator) 12 lat temu 1
I'm trying to make a generic textfield that allows the user to type with the native keyboard, but I'm not figuring it out with the documentation. Can you share a basic snippet to do so? Also, when text is entered, is it saved in [object:ALIAS.text]?

Thanks!
When you use a textfield tag, it should automatically launch a native keyboard when you select the field and allow you to type into the field. Is this not working?

Also the object property for text in a textfield will always be available for reading and writing through an action tag.

Can you please clarify your question?