I'm facing an issue with an input element linked to an object property along with a filter. Even though I update the object.field programmatically, the displayed value in the input does not change, although the correct value is reflected in the DOM Inspector. The changes are applied correctly to the scope and the object.field variable updates as expected; however, it seems that the problem lies solely in the input's displayed value.
Unfortunately, I can't provide a specific example due to the complexity of the code involved.
If anyone has any insights on where to look for errors, please share them!