bootstrap-tagsinput-rails
bootstrap-tagsinput-rails copied to clipboard
To gemify the assets of `bootstrap-tagsinput` jQuery plugin for Rails >= 3.1
How can I hook in a datalist to the input and stream information from a model? ``` ```
works with bootstrap 4 + typeahead.js
http://bootstrap-tagsinput.github.io/bootstrap-tagsinput/examples/ There is a case called "Objects as tags", that does this , but I have no slightest idea of how we can do here. Anyone have an example to...
I've taken the code from bootstrap-tagsinput v0.5.0 to get this gem up to date with the latest code.
When I add the tagsinput data-role to my input field a completely separate field is create and the original had is display set to none. ### _edit_fields.html.slim ``` p label...
I'm getting an error when compiling assets for Heroku using 'asset_sync' gem. ``` Unexpected token: punc (:) (line: 1, col: 10, pos: 10) Error at new JS_Parse_Error (:2357:10748) at js_error...