Dropdownlist in angular js

Hi,
I have a filter functionality based on dropdown list values which is implemented using angular js as below. Now i want to use checkbox functionality for multiple dropdown List instead of form-control...I have seen a thread in the forum but didn't quite get around it.. Please let me know how i can work with syncfusion controls in angular js.

Thank you

<div class="form-group">
<label class="font-noraml">In Research</label>
<div class="input-group">
 <select class="form-control" ng-options="obj.Key as obj.Value for obj in filtersList.InResearch" multiple style="width:350px;" tabindex="1" id="Inresearch" name="InResearch" ng-model="filterData.Research"></select>
    </div>
 </div>

1 Reply

KR Keerthana Rajendran Syncfusion Team September 29, 2016 11:47 AM UTC

Hi Indrani,   
  
Thank you for contacting Syncfusion support,   
  
We have prepared a sample in Angular DropDownList with checkbox and filter search functionality. Please refer the below given link:   
  
  
Also, please refer the below given UG links for working with Syncfusion controls in Angular JS   
  
                 https://help.syncfusion.com/js/angularjs   


 
 
Regards,   
Keerthana.   
 


Loader.
Up arrow icon