I want to make a korean virtual keyboard and I don’t see any plugin for this idea. so I make one for my own.
My idea is use button and input form. But I don’t have any way to add word into input form. (I used condition when button is pressed but it’s doesn’t work).
You can use a state as the input’s initial content, and then use set state when a button is pressed. Not at a computer right now, but might setup a demo
later.