Declined
Last Updated: 12 Mar 2024 06:58 by ADMIN
Kristjan
Created on: 05 Mar 2024 15:12
Category: AutoComplete
Type: Feature Request
1
Autocomplete Additions

When trying to use autocomplete, it falls short of what I would like to have. I presumed this to be on feature parity with MudBlazor offerings.

What I used before with mudautocomplete: label, value, style, reset value on empty text, coerce text, to string func, search func, required, required error, value changed, virtualize, max items. The way I use autocomplete box, is that user searches against a list of hundreds of thousands of elements, component querys against method, get's filtered reply that is displayed. When chosen, it binds the guid value, not the string. User also cannot submit their own option, only one from provided list. 

Telerik autocomplete box does not provide those features, what other workarounds are there besides running with Mudblazor for time being?

2 comments
ADMIN
Hristian Stefanov
Posted on: 12 Mar 2024 06:58

Hi Kristjan,

Based on the information from your first message, you have correctly oriented to the ComboBox. I'm delighted to learn that this component is meeting your needs.

Regards,
Hristian Stefanov
Progress Telerik

Stay tuned by visiting our public roadmap and feedback portal pages! Or perhaps, if you are new to our Telerik family, check out our getting started resources!
Kristjan
Posted on: 11 Mar 2024 16:08
Nevermind, found the ComboBox, while not ideal, it's something.