Kiril Peyanski
Kiril Peyanski
The issue has been fixed in version [4.9.0](https://www.telerik.com/kendo-react-ui/components/changelogs/ui-for-react/) of the `@progress/kendo-react-scheduler` package.
This seems like internal `DOMService` of the calendar does not take into account customization applies through the `cell` renderer. Currently, it's creating an empty `` element on the page prior...
Let me try keeping the imports while still forcing the output to have the utils at the end of the file. Will follow up once I try it!
@Juveniel — does not seem to be possible due to how the compiler works. When it sees that more than one file depends on the same module (in our case...
@zdravkov I'm afraid the proposed fixes in the UI suites (using the `!k-` important prefix) would only introduce another problems, so I cannot advise further. If a workaround for the...
Is this vNext of fluent or a completely new theme, as is with material 2->3?
Had the same exact problem. I was serving my content with `npx server -s storybook-static`. Removing the `-s` flag resolved the issue completely. This is what the `-s` flag does,...
@zubair1103 At some point the DateInput had the `auto-switch` enabled, but we decided to drop it due to unpredictable results when typing. I'm open for discussion around this topic, but...
After further investigation, it turns out that this is not a bug in the component, but rather an implementation detail which is not taken into consideration when building the demo....
It might be implied by @eps1lon's comment, but seems that this bug not limited to `svg`'s only, but rather all elements that use `dangerouslySetInnerHTML` A sandbox with a button +...