Maximize productivity with
30% off* for a limited time
using BOOSTDEV30.
Includes 3- and 5-packs.
*Some exclusions may apply.New Product LaunchBoldDesk: Help desk ticketing software starts at $10 for 3 agents.
Try it for free.
$(function () {
$('#myModal').on('shown.bs.modal', function () {
document.getElementById('AssignedUsersIds').ej2_instances[0].refresh();
});
}); |
function selected() {
document.getElementById('AssignedUsersIds').ej2_instances[0].refresh();
} |
Hi, I face the same issue with angular ejs-multiselect . How can i do it in angular
// On Dialog open, 'Open' Button will be hidden
public dialogOpen = (): void => {
document.getElementById('dlgbtn').style.display = 'none';
this.mulObj.refresh();
} |
I'm having a similar issue in Angular. I'm creating a page to print, so I use window.open with a new URL and import the components I need. However, the pre-selected multiselect shows up as "2 available." I'm not sure why this is happening since it's not in a dialog. Any suggestions?
Hi Ed,
By default, if the component width is small the selected value will be shown as “n selected”. This is the intended behaviour of the component. We suggest you to set the width property to increase the component width and ensure whether the selected items text visible in the input.
If issue still exists in your end, please share the issue reproducing sample/code snippet to ensure further.
Regards,
Ponmani M