Fix focus issue when select-input has placeholder
This commit is contained in:
parent
00a019b227
commit
e3751422f0
1 changed files with 1 additions and 0 deletions
|
@ -2637,6 +2637,7 @@ the specific language governing permissions and limitations under the Apache Lic
|
|||
.attr('for', this.search.attr('id'));
|
||||
|
||||
this.search.on("input paste", this.bind(function() {
|
||||
if (this.search.attr('placeholder') && !this.search.val()) return;
|
||||
if (!this.isInterfaceEnabled()) return;
|
||||
if (!this.opened()) {
|
||||
this.open();
|
||||
|
|
Loading…
Add table
Reference in a new issue