Kuntal Ghosh
Kuntal Ghosh

Reputation: 3698

How to use tags input of bootstrap with textarea

How to use tags-input of bootstrap with textarea? I have applied data-role="tagsinput" against the textarea. But tags-input is not working whereas same code is working for input type="text".

Upvotes: 0

Views: 2339

Answers (1)

kevz62
kevz62

Reputation: 11

Support is not provided for the Textarea element. It is better to use the Input element for the Taginputs.

See here for reference: https://github.com/TimSchlechter/bootstrap-tagsinput/issues/38

Upvotes: 1

Related Questions