Daniil Dubrava
Daniil Dubrava
Hey, guys! @splincode @nsbarsukov The main reason of this problem is that we use spread operator to pass settings. Since spread operator doesn't include accessors (see https://github.com/Microsoft/TypeScript/issues/26547), we lost all...
@waterplea https://github.com/pwespi/tui-input-number/blob/main/src/app/app.component.ts
> > @waterplea https://github.com/pwespi/tui-input-number/blob/main/src/app/app.component.ts > > > > What is the point of it being a getter, then? It's not my code, I don't know :d @pwespi I guess it's...
The idea is to toggle `tui-zero-scrollbar` to control a native scrollbar. Showing/hiding `tui-scroll-controls` helps to control a custom scrollbar. Please, check `isScrollbarShown$` getter, I'm not sure I got the logic...
@waterplea @splincode Hey there, take a look, please! I left a comment in the last thread, why I didn't use a factory. The second moment is that `tui-scroll-controls` component logic...
> @ddubrava @waterplea What do you think about this, is it worth further development of this PR? I think at some point it can be useful. if you need this...
Hi! I don't think this PR resolves the issue, since it doesn't override the option from the config. Or am I doing something wrong? Can we add this to troubleshooting?
By the way, if an `xAxis.type` is set to `time`, a `dataZoom.startValue` and `dataZoom.endValue` properties will return formatted values, which makes it difficult to map them back to the original...
The temporary fix is to use the version
Hi! I'm experiencing the same problem on Windows, while everything works fine on MacOS. The project explorer changes, but the color scheme remains the default one.    It...