Kysluss
Kysluss
This can be closed. I didn't realize I didn't link it to #188 when I created the PR.
Hi @wilsonfaustino I think the best way to handle this is to actually not pass `maxSelections` to the `AutoComplete` input, but track it locally in your component. Below is how...
It seems like this issue was fixed by using `restoreOnBlurIfEmpty` and potentially also by some other changes that have happened since the initial post was made. Doing some testing of...
Stumbled across this while looking for the same thing. I will create a PR later for this because I think it would be a great addition.
@altmann PR submitted. Let me know if any changes.
TLDR; You can also use `items.ToList()` to make this work. It seems to be a limitation of the C# spec. I was messing around with this today and this same...
Hi @mDeSimone-DFactorySrl What you're seeing is a result of the default filter being `fuzzySearch`. To get around it, you can pass in your own `filter` prop. I am not at...
Here is a link to another issue that has an example custom filter. https://github.com/anubra266/choc-autocomplete/issues/249
Let me know if that works or not. I'm back now and can drum up an example.