bulma-tagsinput icon indicating copy to clipboard operation
bulma-tagsinput copied to clipboard

Bulma's extension providing user interface to manage tags supporting autocomplete.

Results 30 bulma-tagsinput issues
Sort by recently updated
recently updated
newest added

There was a typo in the usage of the `lighten()` SASS function which was causing the styles to look broken when the input is disabled.

In almost all instances I'm using BulmaTagsInput in object mode (numeric id and string text value pairs), with XHR suggestion source, on an `` field. In certain use cases, it...

Hi, I've been through the few issues mentionning this : It would be very nice to be able to autocomplete tags by using the select element AND beeing able to...

For example you can see this in effect in the documentation itself given your response time to the dynamic data source is high enough. * Go to Dynamic Data Source...

The old version of bulma-tagsinput added the tag when tabbing out of the input field. The new one doesn't do this. It would be great if this could be supported,...

When using with an input like this: ```html ``` I was expecting the tags-input to keep the correct input size, but instead it became much bigger. Looking at the transformed...

bug

We run into public usability with this plugin. They don't understand they have to press comma or enter to input the tag, if they are only inputting one value (manual...

Using a dynamic data source works very well for initial input for tags on a form for adding a new record. However, on an edit form where I have some...

Hi! When I'm using the taginput with dynamic data source and sending the the form to my server, all I get is a comma list, without any value. E.g. when...