3 Answers, 1 is accepted
0
Hi Anurag,
I implemented the following example that uses a DropDownList with a filterable functionality using a template driven form:
https://plnkr.co/edit/RGXSTu64c79vd1O2zKEF?p=preview
It seems to function as expected in the specified browsers.
Could you provide some more details as to when does the undesired behavior occur, so that we can reproduce it. Thank you in advance.
Regards,
Svetlin
Progress Telerik
I implemented the following example that uses a DropDownList with a filterable functionality using a template driven form:
https://plnkr.co/edit/RGXSTu64c79vd1O2zKEF?p=preview
It seems to function as expected in the specified browsers.
Could you provide some more details as to when does the undesired behavior occur, so that we can reproduce it. Thank you in advance.
Regards,
Svetlin
Progress Telerik
Try our brand new, jQuery-free Angular components built from ground-up which
deliver the business app essential building blocks - a grid component,
data visualization (charts) and form elements.
0

Anurag
Top achievements
Rank 1
answered on 01 Jun 2018, 08:47 AM
Yes.After i updagraded version from 1.2.1 to kendo-angular-dropdowns 2.1.0 .And Added [popupSettings] property . and it works as expected in IE11 also. However, clear filter value is not working.
Lets say if i enter some value (xyz) to search and close the modal. And when open again...the value remains in search textbox.
expected behavior : Clears the filter value when hiding the dropdown.
0
Hi Anurag,
Indeed, the reported behavior is expected. The filter text will be cleared only if we select an item from the available options.
If we want to clear the filter text every time we close the dropDownList we can set the internal filterText property to empty string and reassign the data property on close event. Check the following sample plunker demonstrating this approach:
https://plnkr.co/edit/qjkB1EVXifS8N7nYSwPm?p=preview
I hope this helps.
Regards,
Svetlin
Progress Telerik
Indeed, the reported behavior is expected. The filter text will be cleared only if we select an item from the available options.
If we want to clear the filter text every time we close the dropDownList we can set the internal filterText property to empty string and reassign the data property on close event. Check the following sample plunker demonstrating this approach:
https://plnkr.co/edit/qjkB1EVXifS8N7nYSwPm?p=preview
I hope this helps.
Regards,
Svetlin
Progress Telerik
Try our brand new, jQuery-free Angular components built from ground-up which
deliver the business app essential building blocks - a grid component,
data visualization (charts) and form elements.