Chainability like jQuery
Opened this issue · 0 comments
YakQin commented
Can we chain the operations like below?
selector.clear().setValue('some value')
I used Selectr in a form for both "edit" & "display", each time I need to clear the selections and then set the selected values.