Skip to content

Set max limit to items in suggestions to 15

Himanshu Kapoor requested to merge himkp-master-patch-98703 into master

What does this MR do and why?

Currently the autocomplete suggestions list in content editor has no limit to the number of items. So if there are thousands of users in a project, typing @ in the content editor would show them all, causing an extreme performance lag on the page.

This MR limits the number of items in the autocomplete suggestions list to 15.

Screenshots or screen recordings

image

How to set up and validate locally

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Himanshu Kapoor

Merge request reports