I have a text field to fill in an number, but I don't want to use the onscreen keyboard or keyboard attached to the device for it.
Instead I want to create buttons ranging from 0-9, so you can fill in the number by pressing those buttons.
For example, press the 1 and 0 button to put the number 10 in the text field.
So basicly, I want to create an onscreen numpad in the app itself.
Now I found this: https://powerusers.microsoft.com/t5/Building-Power-Apps/PowerApps-update-text-input-field-with-button-click/m-p/128078#M105731
This is part of what I want, but doesn't put two number together, so that's not working really as I want it.
So, what should I use instead to do this?