How do i use button for typing instead of keyboard for textinput? Already tried using the button but when I click other button, it just got replaced instead of spacing in the textinput.
Develop games in your browser. Powerful, performant & highly capable.
I think you need to use the Text object to sync between Button and the TextInput.
Text object : use Append Text
TextInput Set Text to Text object
Here is my example : drive.google.com/file/d/1qImyjYaUi2ZPOFYGEZIQPkf_Ox8dKdAx/view
thank you so much, it's really working now.