Server IP : 85.214.239.14 / Your IP : 18.217.122.161 Web Server : Apache/2.4.62 (Debian) System : Linux h2886529.stratoserver.net 4.9.0 #1 SMP Tue Jan 9 19:45:01 MSK 2024 x86_64 User : www-data ( 33) PHP Version : 7.4.18 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare, MySQL : OFF | cURL : OFF | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : OFF Directory : /srv/modoboa/env/lib64/python3.5/site-packages/modoboa/bower_components/selectize/ |
Upload File : |
<!-- Feel free to put either your handle and/or full name, according to your privacy needs --> ## v0.12.3 · 24 August 2016 * Make `label[for]` work after applying Selectize (#755) *Barrett Sonntag* (@barretts) * Output friendly error message when Microplguin is missing (#1137). Special thanks to @styxxx for proposing the improvement. * Add local server command `grunt server`. * Stop creating items automatically when text is pasted, only create them when pasted text contains delimiter. * Fix regression 'Required fields can not be focusable' in Chrome (#733) * Fix detection of Validity API, we had false negatives before. *Jonathan Allard* (@joallard) * Fix open keyboard bug under iOS after closing selection (#1127) *@zeitiger* * Fix highlighting more than one character (#1099, #1098) *@skimi* ## v0.12.2 · 23 June 2016 * Fix issue preventing build ("Cannot assign to read only property 'subarray'") because of bug in uglifyjs. (#1072) *@jaridmargolin* * Fix tabbing issue (#877) on IE11. (#997) *@bwilson-ux* * Fix jQuery initialization for jQuery >= 1.9 (#1045) *@mpokrywka* * Make `remove_button` work for single-option usage (#848) *@ChoppyThing* * Fixed bug that made `allowEmptyOption: true` useless (#739) *@mcavalletto* * Functions in option `render` can now return a DOM node in addition to text. (#617) *@topaxi*