Hi,
When i attempt to use the mobisroll select filter, it is not selectable or I cannot type within it if opened up from within 2nd bootstrap modal which is on top of 1st bootstrap modal opened.
Any help appreciated.
Kind regards,
Arjuna
Hi,
When i attempt to use the mobisroll select filter, it is not selectable or I cannot type within it if opened up from within 2nd bootstrap modal which is on top of 1st bootstrap modal opened.
Any help appreciated.
Kind regards,
Arjuna
Can you let us know a few details like which version of Mobiscroll are you using, what framework are you working in? Also what are the settings you use with the select?
Thanks,
Zoli
mobiscroll 4.10.3
JQuery
$(’#NewTemplateEditSessionModal’).on(‘shown.bs.modal’, function () {
$(’#NewTemplateEditSessiontime’’).mobiscroll().select({
filter: true,
placeholder: ‘Please select’,
context: ‘#NewTemplateEditSessionModal’
});
});
Thanks for the extra details. Unfortunately I could not reproduce the issue, not even with the settings you shared. Could you send me a simple project where the issue can be debugged? I would love to have a look!
Thanks,
Zoli
Hi
The same thing is happening to me, how did you fix it?
Thank you
Hi @Alberto_Cabrer,
Could you please share your relevant code so I can reproduce the issue?