Restrict Max Number of Checkbox Values Shown

Hello helical,

I am using checkbox at the dashboard level. The values of the selection are visible till 10 values and which is often not readable. After that it shows 11 selected, 12 selected and so on. I want to restrict this value to 2. After that it should show 3 selected, 4 selected and so on. Is this possible?

image

Thank you,
Sesa

Hello sesa,

The “N selected” value can be changed using the following steps:

  1. Go to the location …/hi/apache-tomcat-9/webapps/hi-ee/js
  2. Edit jquery.multiselectCheckBox.js
  3. Change line no. 63 --> maxPlaceholderOpts : 2,
    This number can be changed to any number based on the requirement.

image