hailwood / jQuery-Tagit

The Jquery Tagit Plugin transforms an html unordered list into a unique tagging plugin.
264 stars 109 forks source link

set value to blank in case when allowNewTags is set to true #79

Open pradipchitrakar opened 11 years ago

pradipchitrakar commented 11 years ago

in case when allowNewTags is set to true, i want the option field added to the select tag to have a blank value. eg <option value="">New Tag</option> How can i do this ?