-
Extension version: 1.23.2
VS Code version: Code 1.49.2 (e5e9e69aed6e1984f7499b7af85b3d05f9a6883a, 2020-09-24T16:29:41.983Z)
OS version: Windows_NT x64 10.0.19041
Steps to reproduce problem:
1) c…
-
**Describe the bug**
The Autocomplete has bg-color in the material.
**To reproduce**
Steps to reproduce the behavior:
1. Go to https://demos.telerik.com/kendo-ui/grid/filter-row
2. Hover the …
-
I have put the component on my layout page:
``
When a value is selected it works fine. The value is captured & one is redirected to a new page:
`_navigationManager.NavigateTo($"account/{accou…
-
## Breaking changes
- [x] #4 Rename boolean properties
- [x] #586 Properties renaming
- [x] #305 SelectEdit renamed to Select
- [x] #502 Remove NullableCheckedChanged from CheckEdit
- [x] #682 …
-
how can you register the autocomplete function of jquery in blazor through JavaScript Interop in Blazor. it could be done
-
This is not really an issue, just that it would be good to have. Right now the intellisense cannot detect components that should not have closing tags(or does not need them) e.g. ``, but instead they …
-
I'm using this control in a Razor pages project & it works fine if I use in any Page, but it doesn't work if I use in the layout page. Here is the code:
```html
@ViewData["Title"] - C…
-
I'm using Blazored Typeahead in the MainLayout.razor so it appears globally at the top of the page.
Whenever I have a long result the text from the result collides with the text on my page. I've tr…
-
.editorconfig is a common solution to define all code related rules including formatting and code analysis.
It would be the right option for Fantomas to read settings from it.
-
Start with
```cshtml
@page "/"
Hello, world!
Welcome to your new app.