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
This can be seen on the Bootstrap-Vue docs page by simply removing tags from the examples. When the list is empty, it will shrink in height by 4px and then grow back by 4px when the tags are re-added.
Expected behavior
The height of the element should be constant (38px) regardless of whether any tags are inputted or not.
Versions
Libraries:
BootstrapVue: 2.16.0
The text was updated successfully, but these errors were encountered:
DM2489
changed the title
b-tags-input shrink/grow when inputs added or removed
b-tags-input shrink/grow when tag list goes from empty to populated
Sep 9, 2020
Uh oh!
There was an error while loading. Please reload this page.
Describe the bug
A recent PR to
b-tags-input
has caused as styling bug.Now, the input box is shrunk when empty (34 pixels) and no tags are selected. it grows by 4px (38px) when tags are added.
#5544
Removing this CSS definition seems like it would fix the bug to me:
Steps to reproduce the bug
This can be seen on the Bootstrap-Vue docs page by simply removing tags from the examples. When the list is empty, it will shrink in height by 4px and then grow back by 4px when the tags are re-added.
Expected behavior
The height of the element should be constant (38px) regardless of whether any tags are inputted or not.
Versions
Libraries:
The text was updated successfully, but these errors were encountered: