rabihkodeih / bootstrap-transfer

This is a two-column transfer multi-select widget inspired by Django admin module's similar widget.
Other
45 stars 46 forks source link

How to clear target list? t.set_values([]); won't do it. #12

Open cvdr opened 10 years ago

cvdr commented 10 years ago

Thank you very much for sharing your great work!

I would like to clear the target list but t.set_values([]); or t.set_values([""]); won't do it.

How can I do this? Any help is highly appreciated!