Issue
I need a multiple select drop down with custom input field. I want to choose multiple options, if my option doesn't in the list, input field able to add my text.
I have seen some plugins like "chosen". But all they have filtering/autocomplete input box only.
I would appreciate if Any help, any plugin suggestion
Solution
Hope this link help you.
<div id="testView">
<input id="testItems" data-role="multiselectbox" data-text-field="Name" data-value-field="Id" data-bind="source: testItemSource, value: testItems" />
Answered By - Steevan
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.