You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But looking at the sass file, it seems the size will only work if is-small is applied on .tags-input, which is not the case here. Is it a bug? or an option to give when using new BulmaTagsInput(selector, options);
The text was updated successfully, but these errors were encountered:
When using with an input like this:
I was expecting the tags-input to keep the correct input size, but instead it became much bigger. Looking at the transformed html, I now have this:
But looking at the sass file, it seems the size will only work if
is-small
is applied on.tags-input
, which is not the case here. Is it a bug? or an option to give when usingnew BulmaTagsInput(selector, options);
The text was updated successfully, but these errors were encountered: