possible fix for #205
This commit is contained in:
parent
4d79adf6ac
commit
5859dc8149
@ -1598,7 +1598,7 @@
|
|||||||
if (placeholder !== undefined && this.getVal().length === 0 && this.search.hasClass("select2-focused") === false) {
|
if (placeholder !== undefined && this.getVal().length === 0 && this.search.hasClass("select2-focused") === false) {
|
||||||
this.search.val(placeholder).addClass("select2-default");
|
this.search.val(placeholder).addClass("select2-default");
|
||||||
// stretch the search box to full width of the container so as much of the placeholder is visible as possible
|
// stretch the search box to full width of the container so as much of the placeholder is visible as possible
|
||||||
this.search.width("auto");
|
this.resizeSearch();
|
||||||
} else {
|
} else {
|
||||||
// we set this to " " instead of "" and later clear it on focus() because there is a firefox bug
|
// we set this to " " instead of "" and later clear it on focus() because there is a firefox bug
|
||||||
// that does not properly render the caret when the field starts out blank
|
// that does not properly render the caret when the field starts out blank
|
||||||
|
Loading…
x
Reference in New Issue
Block a user