Our pure JavaScript Scheduler component


Post by jedgeley »

I am able able to get the multiselected value from the drop down. But i am unable to do filter. I have enclosed my codes and screenshot in the attachment section. Please suggest me on this!

Attachments
Filtering not applying for combo box multi select.docx
(256.95 KiB) Downloaded 91 times

Post by pmiklashevich »

Hello,

To get combo value please use value property. It returns an array of ids. Also you can get selected records from records property.

Please check out this post to see how to ask for help: viewtopic.php?f=35&t=772

If you still have questions, please submit a small runnable testcase that we can inspect. And describe what exactly the problem is.

Best,
Pavel

Pavlo Miklashevych
Sr. Frontend Developer


Post Reply