question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

MenuSelect max limit of 1000?

See original GitHub issue

Describe the bug 🐛 We have a menuSelect widget with a limit of 10000, but it appears that 1000 is the max (although I couldn’t find it documented anywhere)

Expected behavior 💭 I would expect it to respect whatever value passed into the limit option.

Environment:

  • OS: macOS High Sierra 10.13.5
  • Browser: chrome
  • Version: 67.0.3396.99

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:7 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
bobylitocommented, Jul 27, 2018

No plan at the moment, but we did provide the feedback to them 😃

1reaction
bobylitocommented, Jul 27, 2018

Hi @davist11 and thanks for opening this issue. Facets are actually limited to 1000 elements https://www.algolia.com/doc/api-reference/api-parameters/maxValuesPerFacet/?language=javascript#how-to-use

From there, as @Haroenv said, the best would be to have a search in those values. 10k is a lot of values for a user to browse, and it’s a lot of data to send on the network too (which makes the reactivity worse). With a search, you can have less values and still let your user access all of them.

The current problem is that menu (or menu select) does not support searchable / search for facet values. But the refinement list does, can you try with that widget and see if it could fit what you want?

Read more comments on GitHub >

github_iconTop Results From Across the Web

Customizable Recipient Limits in Office 365
In the classic EAC admins can customize the Recipient Limits from 1 to 1000 for individual mailboxes. The Recipient limit setting can be...
Read more >
WordPress menu select list dropdown capped to 10 items
From here you can increase the max_input_vars limit from 1000 to 5000, which will allow your menu items limit in WordPress to increase ......
Read more >
Maximum Connections for WS_FTP Server Host Name
If Max number of connections is set to 1000 (default), for example, then the host will only permit a total of 1000 connections...
Read more >
Is it possible to export a large number of citations from the ...
Ovid allows you to export up to 1000 records at a time. ... From the pop-up menu select EndNote and your field option...
Read more >
Port Status and Configuration
For example, 1000Base-SX is a gigabit protocol for gigabit operation over fiber ... The broadcast limit specifies the percentage of the theoretical maximum...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found