Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remote autocompletion fails #39

Open
gesinn-it-gea opened this issue Jun 30, 2023 · 0 comments
Open

Remote autocompletion fails #39

gesinn-it-gea opened this issue Jun 30, 2023 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@gesinn-it-gea
Copy link

Remote autocompletion fails, if the number of values for a field exeeds $wgPageFormsMaxLocalAutocompleteValues.

For example:

  • $wgPageFormsMaxLocalAutocompleteValues = 50
  • A field with values from category with more than 50 results
  • A field with remote autocompletion enabled

As a result of failing, the field stays "busy" but does not have any values to autocomplete on.

grafik

As a workaround, set $wgPageFormsMaxLocalAutocompleteValues to a higher value.

@gesinn-it-gea gesinn-it-gea added the bug Something isn't working label Jun 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants