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

WIP Issues/995 #1141

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open

WIP Issues/995 #1141

wants to merge 6 commits into from

Conversation

geopossachs
Copy link
Collaborator

No description provided.

@geopossachs geopossachs added this to the v1.5.0 milestone Jun 2, 2020
String js = "$('#" + id + "').tagsinput();" + //
"$('#" + id + "').attr('name','');";
String js = "$('#" + id + "').tagsinput();";
js += "$('#" + id + "').siblings('.bootstrap-tagsinput').addClass('form-control');";
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

with the update to 0.8.0 the bug with the 'name' was fixed, but there is a new bug fix a missing class

String inputId = fieldId; // input id
inputId = inputId.replace(":", "\\\\:"); // escape the id for jQuery
js += "$('#" + inputId + "').attr('name','');";
js += "$('." + escapedClientId + "').siblings('.bootstrap-tagsinput').addClass('form-control');";

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

with the update to 0.8.0 the bug with the 'name' was fixed, but there is a new bug fix a missing class

@@ -6,7 +6,9 @@
.bootstrap-tagsinput .twitter-typeahead {
width: auto;
float: none;
position: relative !important;
position: absolute !important;
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@stephanrauh i have move the css from bootstrap-tagsinput.css to input-tags.css but i'm not sure if we need relative or absolute

@geopossachs geopossachs linked an issue Jun 2, 2020 that may be closed by this pull request
@TheCoder4eu TheCoder4eu modified the milestones: v1.5.0, v1.6.0 Aug 8, 2020
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

Successfully merging this pull request may close these issues.

input with tags damages the setting process
3 participants