Closed Airblader closed 5 years ago
Which versions are you using?
Angular: 8+ @ngqp: 1.0.0
What does the bug look like? Using a custom component with multi and emptyOn leads to improper behavior. For the Stackblitz below:
Expected: nothing is selected, actual: Male gets selected.
How can this bug be reproduced? https://stackblitz.com/edit/angular-favixa
This turned out to be an issue with the custom ControlValueAccessor used in the example.
Which versions are you using?
What does the bug look like? Using a custom component with multi and emptyOn leads to improper behavior. For the Stackblitz below:
Expected: nothing is selected, actual: Male gets selected.
How can this bug be reproduced? https://stackblitz.com/edit/angular-favixa