kendo-themes icon indicating copy to clipboard operation
kendo-themes copied to clipboard

Bootstrap theme autocomplete control is missing import for loader

Open ThomasMaij opened this issue 1 year ago • 2 comments

Describe the bug Bootstrap theme autocomplete control is missing import for loader. Because of this no loader icon will be displayed

To reproduce Steps to reproduce the behavior:

  1. import only the @import "~@progress/kendo-theme-bootstrap/scss/autocomplete/_index.scss"; in a webpack project next to bootstrap and other required kendo sources
  2. run webpack and load generated stylesheet in a page with a autocomplete field
  3. use autocomplete field with server data source
  4. there is no loading indicator visible in the input field

Expected behavior loading indicator is visible

I was able to solve the issue by including loader as an additional control in my webpack: @import "~@progress/kendo-theme-bootstrap/scss/loader/_index.scss";

Although I would expected this to be imported as a dependency in autocomplete control.

ThomasMaij avatar Mar 27 '23 13:03 ThomasMaij

Error: Can't find stylesheet to import.
  ╷
1 │ @import "@progress/kendo-theme-core/scss/functions/index.import.scss";
  │         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  ╵
  node_modules\@progress\kendo-theme-default\scss\core\functions\index.import.scss 1:9  @import
  node_modules\@progress\kendo-theme-default\scss\core\_index.scss 4:9                  @import
  node_modules\@progress\kendo-theme-default\scss\datepicker\_index.scss 1:9            @import
  theme.scss 2:9                                                                        root stylesheet       
NativeCommandExitException: Program "npm.cmd" ended with non-zero exit code: 65.

getting same error while trying to import in .scss

@import "node_modules/@progress/kendo-theme-default/scss/datepicker/_index.scss";

lohargaurav00 avatar Mar 30 '23 07:03 lohargaurav00

Any updates?

ThomasMaij avatar May 10 '23 12:05 ThomasMaij