madmoizo
madmoizo
I wanted the same behaviour, so i looked into the code (test/select.js) and.... If you want to "watch" your option's value, use "track by" in ng-options example: ``` ``` Hope...
It's a particular use case, maybe there is a better way. (jsfiddle example ?)
yes, it's nasty :) basic example : ``` ``` if language.value = ng-model, it will be selected with somethin like this in your controller (coffeescript syntax) ``` languages = [...
In addition, when you get the scrollbarWidth, you want the original scrollbarWidth (when devicePixelRatio = 1) so you have to add `barWidth = Math.round(barWidth * window.devicePixelRatio)` after https://github.com/DominikSerafin/vuebar/blob/master/vuebar.js#L854 then, on...
Thanks for the clarification (I didn't dig too deep in the code) :)
Why Terser does not just "try" to optimize the code and if there is a syntax it can't understand, it does the bare minimum and throws a warning? Or an...
Thank you for taking the time to answer. If an option, even opt-in, is too unpredictable, the only way is to plan the support for new syntaxes when they reach...
> I'm prioritizing some of the bugs right now but this is a slow project. You're doing your best and we love you > I want to start implementing things...
Note: - with the multiple axis capability, format_tooltip_* should be per axis - formatTooltip* methods should provide a ref to the dataset for unit customization
https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#prod-ClassStaticBlock