I am using tagit plugin for tagging and bootstrap for design in my website. I want to show placeholder text in the tagit input field.
Already tried:
$("#input_id").tagit({placeholder: 'placeholder text'})
But, it is not showing "placeholder text" as default text in tagit input field.
Any help will be appreciated.
Thanks!