combo box directive not triggered

74 views Asked by At

We have created a directive to do a validation of the input/ selected item must be exists in the combo box list. However, it's not working anymore after upgraded the package to 0.18.1 and implement the [allowCustom]="true". It was working in the previous version 0.10.x.

The scenario is when user remove the entry from the combobox and enter a value again, the directive is triggered. But if user, append the content in the combobox, the directive is not triggered at all.

Please help. Video attached

Sample Project is Attached.

1

There are 1 answers

1
George K On

This seems to be a bug in the @progress/[email protected] release.

I updated the demo to the latest official (0.21.x) and it seems fixed: http://screencast.com/t/xyN8q9kR