maxwells / bootstrap-tags

Bootstrap-themed jquery tag interface
MIT License
549 stars 134 forks source link

duplicated tags plus extra large input area #30

Closed jogaco closed 10 years ago

jogaco commented 10 years ago

When trying out the demo for Bootstrap 2, as explained in the README Implementation section, tags are duplicated and outside a very large input area.

Check here: http://jsfiddle.net/jogaco/WvzmN/

maxwells commented 10 years ago

Quick response is: 1) the documentation seems to be out of date: try html:

<div id="my-tag-list" class="tag-list"></div>

2) iirc the spacing and placement issue is a result of head meta tags. It should also be documented. I'll look into it and get back to you (and update the documentation)

Thanks for pointing this out

maxwells commented 10 years ago

1) updating the documentation right now

2) You hadn't include the css file in the fiddle. I'm also updating the documentation to make this more obvious http://jsfiddle.net/aP83E/

Thanks again