AllowFiltering doesnt work on RadzenDropdown

I am using AllowFiltering="true" for RadzebDropDown Blazor but it seems it doesnt work. Its like a normal Dropdown without filtering option. AllowClear also doesnt work.

Here is my Dropdown:

<RadzenDropDown Data="@accountNumbers" Name="AccountNumber"  Disabled="false" AllowClear="true" AllowFiltering="true" TextProperty="AccountNumber"   
                                                                                        ValueProperty="AccountNumber" Style="margin-bottom: 20px;width:100%;">
                                                                            
                                                                            </RadzenDropDown>

Thanks! We will fix it for the next release (before the end of next week).

NuGet package and demos updated:
https://blazor.radzen.com/dropdown

Radzen will be updated tomorrow.

Thank you!:grinning: