Re: BootstrapMultiSelect shows empty list without any options.

2022-06-26 Thread Arunachalam Sibisakkaravarthi
Thanks Martin for your feedback. I tried your suggestion, but it didn't help me to solve the problem. Looks, we have some issues on loading css/js resources in our webapp. I will investigate more on this issue. *Thanks And RegardsSibi.ArunachalammCruncher* On Thu, Jun 23, 2022 at 3:04 PM

Re: BootstrapMultiSelect shows empty list without any options.

2022-06-23 Thread Martin Grigorov
Hi, Here are some possible reasons: 1) getMultiSelectItems() returns empty list 2) you may need to disable CSP in your application ( https://nightlies.apache.org/wicket/guide/9.x/single.html#_content_security_policy_csp ) 3) disable COOP and/or COEP (

Re: BootstrapMultiSelect shows empty list without any options.

2022-06-22 Thread Arunachalam Sibisakkaravarthi
Hi Bas, Yes this seems to be a display issue related to css/js. I thought it would be a JavaScript issue. Because I compared the css and js in our webapp and quickstart. I don't see any difference in CSS and no other resources override bootstrap-select, Observations when I inspected rendered html

Re: BootstrapMultiSelect shows empty list without any options.

2022-06-22 Thread Bas Gooren
Hi! Sounds like a CSS/display issue. Did you inspect which css rules apply to the select and its children? Met vriendelijke groet, Kind regards, Bas Gooren Op 22 juni 2022 bij 11:34:00, Arunachalam Sibisakkaravarthi ( arunacha...@mcruncher.com) schreef: Hi guys, We are working to implement

BootstrapMultiSelect shows empty list without any options.

2022-06-22 Thread Arunachalam Sibisakkaravarthi
Hi guys, We are working to implement bootstrap-select from the Wicket Bootstrap Extensions project 5.x into Wicket 9.x + Bootstrap 4.x application. But, the BootstrapMultiSelect shows an empty list without any options. I inspected the rendered html page, it seems everything is ok and has all the