-
- [x] Rounded is not applied properly(all inputs) - the proper classes are set to the inputs, but the styling is the same in all rounded modes
- [x] Small size should be 24px.
- [x] Focused style o…
-
**Is your feature request related to a problem? Please describe.**
When you need to be able to select multiple values from a select you need a tokenfield, this could look like the jQuery Tokenfield.
…
-
**Dependencies**
**Component options**
```ts
enum AutocompleteSize { small, medium, large };
enum AutocompleteRounded { small, medium, large, pill };
enum AutocompleteFillMode { solid, flat, …
-
**Describe the bug**
When we type quickly on the Textbox in Autocomplete, the cursor keeps on jumping (looks laggy)
**To Reproduce**
Steps to reproduce the behavior:
1. Start typing some text in…
-
LitElement 2.x has been out for about a year, and we’ve been considering what changes we should make for the next major version. We wanted to share our thoughts and get feedback from our users about p…
-
With the new RC 2 candidate for NET 5, Blazor has the option for component virtualization.
Would it be possible to add support for a bool flag param in the datatable that enabled row virtualization…
-
For some reason, for one of my Blazor projects, the CSS for the MainLayout component (or at least some of it) is not applied to the published application. But it does during debugging!
One CSS rule t…
-
## Highlights
- .NET 6 ready
- .NET 5 latest version
- JS Modules
- Bootstrap 5 Provider
- Autocomplete tags
- Async refactoring's
- ColorPicker component
- Theme improvements
- InputMask C…
-
**Dependencies**
**Component options**
```ts
enum DropdownListSize { small, medium, large };
enum DropdownListRounded { small, medium, large, pill };
enum DropdownListFillMode { solid, flat, …
-
**Describe the bug**
In AutoComplete, when using parameter SelectedValue to set a value, SelectedText or validation status are not updated.
**To Reproduce**
1. Pass a value through parameter Sele…