Topic: mdb-select multiple with size
sfausti premium asked 5 years ago
I would to know if is possible to have the mdb-select-dropdown always visible without click on select component. I would to have a "list group" but with the features of the mdb-select.
Damian Gemza staff answered 5 years ago
Dear @sfausti
Create the two mdb-select
elements, and then move items from one to another (like pop and push, or something else).
But you have to remember to use the spread operator to dynamically refresh the source array.
Please take a look at this example.
Best Regards,
Damian
Damian Gemza staff answered 5 years ago
Dear @sfausti
Could you please describe your question one more time? I'm afraid, that I didn't understand your question well.
Best Regards,
Damian
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Answered
- ForumUser: Premium
- Premium support: Yes
- Technology: MDB Angular
- MDB Version: 7.5.1
- Device: PC
- Browser: chrome
- OS: osx
- Provided sample code: No
- Provided link: No
sfausti premium commented 5 years ago
I need to create a page with a dual "select multiple" components and the Add and Remove buttons for move the selected options elements from one select component to the other.