When modifying the value of an input field through 'Data Inputs' the new value is not always updated in the UI.
See details here:
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.
WarrenBelz
75
Most Valuable Professional
mmbr1606
51
Super User 2025 Season 1
MS.Ragavendar
36