-
Notifications
You must be signed in to change notification settings - Fork 436
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
Feature request: scroll all tags within one line, instead of growing the input #145
Comments
You don't need me for this, you can do it now with CSS. Give |
@MenAtWeb Here's a working demo: https://jsbin.com/hepehuk/edit?css,output |
I used mixed text and tags tagify field. |
Type a tag with spaces then press enter, it all goes wrong You need to add the following:
The |
For editing tags within tables, it's useful to be able to limit the display of tags to a single line of defined width (example). Is this possibel with tagify? (From the README and the demos, apparently not).
The FR is to have an option specifying the maximum number of lines the input can grow to (default 0 = unlimited; typically
1
). The tags should be scrolled through the same way the characters in an<input type="text">
are scrolled when they can't all fit in the width of the input.Thanks!
The text was updated successfully, but these errors were encountered: