Abraham
Abraham
@AlvaroAquijeDiaz #147 Though I decided to rebuild https://codesandbox.io/s/autocomplete-mp5yex It'll be agnostic and easier to maintain. But still can't promise it'll be ready soon. 🙏🏿
Hi, @wilsonfaustino, you have access to the tags property, if you access `internal states` so you could just make your form control invalid once `tags.length > MAX_SUGGESTIONS` and pass `MAX_SUGGESTIONS`...
@wilsonfaustino what I mean is `if(tags.length === maxSuggestions) showVisualFeedback()`
You're right @wilsonfaustino, tags is only exposed to the input
@wkrasnicki can you create a codesandbox reproduction of this please. Thanks
I see @matt-dale. It's because `Tab` can be used to navigate the input
@dn00 I don't fully understand, but you can keep it open by setting `closeOnSelect` to `false`, and you can use the `filter` prop for custom filtering. Check the readme props...
Ive not tested this, but try importing `forwardRef` from chakra UI and pass the provided ref to `AutocompleteList` component.
Hi @SteveWallace I'm afraid I haven't found a workaround for this yet, because, the approach is of the package is to scan children for `AutoCompleteItem`s but separating it into a...
Hi @SteveWallace found a way around this, so it's fixed in [v4.6.0](https://github.com/anubra266/choc-autocomplete/releases/tag/v4.6.0).