Hi All,
I am working on a Power App Canvas App with a Screen with a Gallery Control. Each row has several TextInput controls (6). This layout is providing an Excel like experience which is familiar to the end users. This is a data entry form where the input is numbers.
The end users would like the entire contents of a control to be selected when they click onto one of the TextInput controls. The would like this because they can just start typing their updated numbers. If the user tabs to the next control, this highlights/selected the entire contents of the next control like what they want when they click into a control.
I have presented options with using the "HintText" value instead of prepopulating the fields with defaults or using two TextInput controls stacked on one another with the top one have a Transparent Fill property and a show high based on the IsBlank of the top TextInput. This does still not get the functionality the end user is looking for.
Is there a function I am missing which allows you to select the entire contents of a control similar to CTRL+A?
I have also briefly looked at PCF Controls and possibly creating one to duplicate the OnFocus functionality but this seems like overkill for such simple functionality.
Any help or thoughts would be appreciated.
Thanks,
-Mark