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

input box coming between the tags #4

Open
GorvGoyl opened this issue Dec 29, 2015 · 1 comment
Open

input box coming between the tags #4

GorvGoyl opened this issue Dec 29, 2015 · 1 comment

Comments

@GorvGoyl
Copy link

I'm using this plugin inside a bootstrap modal with fixed width for tagging purposes.
sometimes when I add tags with a long text (larger than width of current line) it gets added after the input box and input box stays at previous position.
refer image for better explanation.
2015 105 pm

How can I make the input box always stick to the bottom i.e. after last tag.

here's the html for input box:
<div data-role="selected-list"> <input data-role="input" id="input-box" type="text" placeholder="Tag..." /> <span id="validation-field"></span> </div>

@GorvGoyl
Copy link
Author

GorvGoyl commented Jan 5, 2016

nevermind I fixed it. I removed "pull left" from span of label and added style="display: inline-block;" :)
mark it closed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant