$(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
Hi,
I'm using syncfusion control in javascript.
ej2_instances[0].refresh() creates new element within the input.
and there were ui issue like on unselect all the text box was getting bigger. two drop down arrows were shown
Hi praveen,
We request you to provide additional details about the query as mentioned below, so that we were able to validate the query further and provide you with a prompt solution.
1. Exact requirement with use case scenario.
2. Issue reproducing runnable sample.
3. Issue replication steps.
4. Video illustration of the issue.
Regards,
Udhaya Kumar D