I am having trouble with a gallery for the input of data. It has three text input controls (txtCount1-3). I want the focus to move from txtCount1 to txtCount2 (and 2-3) when data is entered. There is some code running onChange that patches a collection.
When entering data I can see that the focus moves from txtCount1 to txtCount2, but then almost instantaneously moves back to txtCount1. What is going on?
Solved! Go to Solution.
how does that focus move from txtCount1 to txtCount2? By pressing TAB on the keyboard?
If yes, patching OnChange into the same collection as gallery's data source collection will reset tabbing order.
Patching to a different collection will not reset that tabbing.
how does that focus move from txtCount1 to txtCount2? By pressing TAB on the keyboard?
If yes, patching OnChange into the same collection as gallery's data source collection will reset tabbing order.
Patching to a different collection will not reset that tabbing.
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
Power Platform release plan for the 2022 release wave 2 describes all new features releasing from October 2022 through March 2023.
User | Count |
---|---|
208 | |
98 | |
60 | |
51 | |
43 |
User | Count |
---|---|
258 | |
160 | |
85 | |
79 | |
57 |