MaxLength on Text Input #895
-
Hello, Looking to max out the input length of my query. Looking through the source I see it mentioned a few places, but I don't see any options to override that value. Is this a possibility? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hey @ajgray2017! The May I ask what is your use case? Are you willing to use Autocomplete with another API than Algolia? |
Beta Was this translation helpful? Give feedback.
Hey @ajgray2017!
The
maxlength
of512
is designed to comply with the query length limit of Algolia's Search API. It isn't configurable if you're usingautocomplete-js
, only if you're usingautocomplete-core
directly. You could also change it after page load using the DOM API.May I ask what is your use case? Are you willing to use Autocomplete with another API than Algolia?