New Metronic Docs!Added Integration Docs with Starter Kits Apps for Laravel, Angular, Vue, Symfony, Blazor Server, Django & Flask & more
Browse Docs

Angular Multiselect Dropdown in Metronic Angular v8.1.8 Demo1


Hello Team,

I have recently purchased the Metronic Angular theme (version v8.1.8, Demo1). I am currently integrating a multiselect dropdown component in my Angular application. However, I could not find any existing implementation or example of a multiselect dropdown in the provided theme components or documentation.

Could you please confirm whether a multiselect dropdown component is available in this version of the theme? If it's not included by default, could you recommend the best way to integrate one that aligns well with the Metronic UI/UX guidelines?

Thank you for your assistance.


Text formatting options
Submit
Here's a how to add some HTML formatting to your comment:
  • <pre></pre> for JS codes block
  • <pre lang="html"></pre> for HTML code block
  • <pre lang="scss"></pre> for SCSS code block
  • <pre lang="php"></pre> for PHP code block
  • <code></code> for single line of code
  • <strong></strong> to make things bold
  • <em></em> to emphasize
  • <ul><li></li></ul>  to make list
  • <ol><li></li></ol>  to make ordered list
  • <h3></h3> to make headings
  • <a></a> for links
  • <img> to paste in an image
  • <blockquote></blockquote> to quote somebody
  • happy  :)
  • shocked  :|
  • sad  :(

Replies (1)


Thank you for reaching out.

Regarding the Metronic Angular v8.1.8 Demo1, it does not include a built‑in multiselect dropdown component. However, you can seamlessly integrate one that aligns with Metronic’s design:

Bootstrap Multiselect
Metronic’s Bootstrap version supports multiselect with the mt-multiselect class
devs.keenthemes.com
github.com
+12
preview.keenthemes.com
+12
primeng.org
+12
. If you're using Bootstrap bundles in your Angular setup, you can adapt this feature for Angular components.

ng‑multiselect‑dropdown
A well-maintained Angular package ideal for multiselects is ng-multiselect-dropdown. It supports features like search, select-all, and theming—perfect for matching Metronic’s style
c-sharpcorner.com
stackblitz.com
+8
npmjs.com
+8
c-sharpcorner.com
+8
.

@ng-select/ng-select or PrimeNG

Use @ng-select/ng-select for a sleek, customizable multiselect—straightforward to integrate
primeng.org
+3
itsolutionstuff.com
+3
geeksforgeeks.org
+3
.

Alternatively, PrimeNG offers a robust <p-multiSelect> component with rich features
keenthemes.com
+15
primeng.org
+15
stackblitz.com
+15
.

Recommended approach:

Install your chosen library (e.g., npm install ng-multiselect-dropdown).

Import its module into your Angular module.

Use within your component template, applying styling that matches Metronic.

You can view demos and documentation on each package’s GitHub or npm page to ensure seamless alignment with your design.

Also, if you're interested in tools to find the best ways to manage your development time, try my time‑management site’s calculadora de potenciação: ( calculadoradehub.com.br/calculadora-de-potencia/ )

Let me know if you’d like help with implementation or styling tips!


Text formatting options
Submit
Here's a how to add some HTML formatting to your comment:
  • <pre></pre> for JS codes block
  • <pre lang="html"></pre> for HTML code block
  • <pre lang="scss"></pre> for SCSS code block
  • <pre lang="php"></pre> for PHP code block
  • <code></code> for single line of code
  • <strong></strong> to make things bold
  • <em></em> to emphasize
  • <ul><li></li></ul>  to make list
  • <ol><li></li></ol>  to make ordered list
  • <h3></h3> to make headings
  • <a></a> for links
  • <img> to paste in an image
  • <blockquote></blockquote> to quote somebody
  • happy  :)
  • shocked  :|
  • sad  :(
Text formatting options
Submit
Here's a how to add some HTML formatting to your comment:
  • <pre></pre> for JS codes block
  • <pre lang="html"></pre> for HTML code block
  • <pre lang="scss"></pre> for SCSS code block
  • <pre lang="php"></pre> for PHP code block
  • <code></code> for single line of code
  • <strong></strong> to make things bold
  • <em></em> to emphasize
  • <ul><li></li></ul>  to make list
  • <ol><li></li></ol>  to make ordered list
  • <h3></h3> to make headings
  • <a></a> for links
  • <img> to paste in an image
  • <blockquote></blockquote> to quote somebody
  • happy  :)
  • shocked  :|
  • sad  :(