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
Append maxtags="4" to the list of <b-taginput> properties for each input.
Add a new tag and notice all sizes are reset to the default one.
Delete the 4th tag and notice all sizes are back.
Expected behavior
size should be respected when maxtags value is reached.
3 tags, size is applied
4 tags, size is ignored
The text was updated successfully, but these errors were encountered:
dandelionred
changed the title
Taginput: "size" property is ignored on maxtags reached
Taginput: "size" property is ignored on "maxtags" value reached
Jan 31, 2020
Overview of the problem
Buefy version: current (0.8.10)
Vuejs version: current (2.6.11)
OS/Browser: all
Description
When
maxtags
value on a taginput component is reached, the rendering mode is changed and in the new modesize
property is ignored.Steps to reproduce
maxtags="4"
to the list of<b-taginput>
properties for each input.Expected behavior
size
should be respected whenmaxtags
value is reached.3 tags,
size
is applied4 tags,
size
is ignoredThe text was updated successfully, but these errors were encountered: