Przeglądaj źródła

Do not close container/slider when clicking on single select field

tags/v8.0.0alpha1
Vincent Petry 10 lat temu
rodzic
commit
3c7fbbef22
1 zmienionych plików z 4 dodań i 0 usunięć
  1. 4
    0
      core/js/singleselect.js

+ 4
- 0
core/js/singleselect.js Wyświetl plik

@@ -87,6 +87,10 @@
$(this).tipsy('hide');
}
});
input.click(function(ev) {
// prevent clicks to close any container
ev.stopPropagation();
});
});
};
})(jQuery);

Ładowanie…
Anuluj
Zapisz