Closed Simonpedro closed 1 year ago
Name | Link |
---|---|
Latest commit | 9628feb5b01dc58e89dfbe4acff2e499805e5c22 |
Latest deploy log | https://app.netlify.com/sites/stimulus-autocomplete/deploys/649b93663a1b200007f719f7 |
Seems it didn't gain traction.
Any updates on merging this?
When the min length value is set to 0, the autocomplete will not fetch the data from the server. This is a problem when a consumer wants to also show something when the input is empty.
For example, it would unblock the following use case:
in which some results are shown as soon as the input is focused.
It's a simple way to address the "fetch on focus" issue and an alternative to "fetch on focus" PR.