Results 4 comments of Xoex

yes it's true, but a lot of unused action and hooks can be added, what if we change this part of code : ``` public function __construct() { if (...

This bug is old but still valid, This is css code for fixing it. please add it to project : ``` .choices[data-type*=select-multiple] .choices__button:dir(rtl), .choices[data-type*=text] .choices__button:dir(rtl) { margin: 0 8px 0...

Previous code using :dir() that is better but not completely supported It wan be written as : ``` [dir=rtl] .choices[data-type*=select-multiple] .choices__button, [dir=rtl] .choices[data-type*=text] .choices__button { margin: 0 8px 0 -4px;...

When this patch fix will be released? My syncthing stopped working (because my folder was junction) more than 1 month (after upgrading to 1.28). I'm waiting a long time to...