Can I configure the number of options returned by the autocomplete?

I can’t seem to find any information on that.

I don’t think there is a first-class way of doing this in the front-end. If this is a universal search, I believe you can configure the number of hard-coded prompts in the back-end experience config. If you need to do this client-side, you could try overriding the SearchBar component’s lifecycle methods.

1 Like