Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Taginput: "size" property is ignored on "maxtags" value reached #2185

Closed
dandelionred opened this issue Jan 31, 2020 · 0 comments
Closed

Taginput: "size" property is ignored on "maxtags" value reached #2185

dandelionred opened this issue Jan 31, 2020 · 0 comments
Labels

Comments

@dandelionred
Copy link
Contributor

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 mode size property is ignored.

Steps to reproduce

  1. Open codepen from this demo https://buefy.org/documentation/taginput/#sizes
  2. Append maxtags="4" to the list of <b-taginput> properties for each input.
  3. Add a new tag and notice all sizes are reset to the default one.
  4. 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

3-tags


4 tags, size is ignored

4-tags

@dandelionred dandelionred changed the title Taginput: "size" property is ignored on maxtags reached Taginput: "size" property is ignored on "maxtags" value reached Jan 31, 2020
@jtommy jtommy added the bug label Jan 31, 2020
@jtommy jtommy closed this as completed in f8664bc Feb 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants