Searchable dropdown in mendix - Single and multiple

0
We are using mendix for our app development and using version 9.6. I need to use Searchable dropdown in my application. I tried using few widgets but all throwing error. “Constructor not found”. 
asked
1 answers
0

For multiselect: I'd recommend Bootstrap multi select widget:

 

https://marketplace.mendix.com/link/component/2295

Works well, it's configurable and searchable. 

 

Can you show us the error log for the 'constructor not found’ error?

answered