Piernik

Results 33 issues of Piernik

If using multiple with custom query it's llosing selection. in `getSelection` You call custom query function to fetch options. But often those option are defferent because of ajax. and earlier...

Now You have code for watching of external model change: ``` controller.$render = function () { getSelection(function (selection) { if (isMultiple) { element.select2("data", selection); } else { element.select2("val", selection.id); }...

How can I use select2 events like `select2-opening and so on

Here is plunker http://plnkr.co/edit/FtBE2Jba4SExBOEiHebW?p=preview When You increase (to 200px) css height of item and placeholder, placeholder is too wide. When height is 100px all is ok - that's wierd thing!

How can I open cheat sheet from controller? I've tried to trigger "?" combo with `Mousetrap.trigger('?')` but it's not working (some $rootScope issue)

I'm using my own template based on angular bootstrap modal. Works great except one thing. Escape key. With angular bootstrap esc key is closing modal and I trigger `toggleCheatSheet()`. Problem...

When I have `data-size` limited to ex. 2 and have 10 options and use downkey to go to ex 5th option it doesn't scroll and higlighted option is out of...

I've got angular 1.3.15 and I can't install your script:/

`stop()` is not working for me (plugin not installed). I have to use hack `speak('')` which stops reading.