By using the Metronic demo1 theme if we place a single select searchable dropdown in the modal the search is not working. The searchbox in the dropdown is behaving like a disabled.Help me out to get out of this issue.
Hi,
If you are using Select2 in Bootstrap Modal you need to set data-dropdown-parent="#kt_modal_1"
attribute to link the select2 element to it's parent modal element as shown here.
Regards.