When modifying the value of an input field through 'Data Inputs' the new value is not always updated in the UI.
See details here:
https://github.com/MicrosoftDocs/powerapps-docs/issues/776
Solved! Go to Solution.
Thanks, but the issue was different:
In the docs link the value is of the input field is set using
this.inputElement.setAttribute("value", newValue);
But in the examples you linked the following is used
this.label.value = newValue;
This way the change detection is triggered.
Thanks, but the issue was different:
In the docs link the value is of the input field is set using
this.inputElement.setAttribute("value", newValue);
But in the examples you linked the following is used
this.label.value = newValue;
This way the change detection is triggered.
User | Count |
---|---|
4 | |
1 | |
1 | |
1 | |
1 |
User | Count |
---|---|
6 | |
5 | |
5 | |
1 | |
1 |