lion icon indicating copy to clipboard operation
lion copied to clipboard

[input-tel-dropdown] correctly compute dirty state

Open tlouisse opened this issue 2 years ago • 0 comments

Expected behavior

will not become dirty bc/o model-value-changed event of child FormControl (SelectRich)..

Solution

Needs to be fixed in FormControlMixin for all FormControls that are "endpoints" (cq. repropagationRole is 'child'). Fix in the making here, needs to have all tests green again: https://github.com/ing-bank/lion/pull/1719

tlouisse avatar May 31 '22 14:05 tlouisse