-
Updated
Aug 20, 2020
blazor
Here are 1,042 public repositories matching this topic...
It would be good to have a easy way to disable a MatTab by just passing a prop.
-
Updated
Aug 19, 2020 - C#
@kiwi179 proposes a lookup set for additional functionality
https://wellsb.com/csharp/aspnet/code-first-ef-core-lookup-table-blazor/
https://coding.abel.nu/2013/11/enums-and-lookup-tables-with-ef-code-first/
Encryption at Rest
Track User Logins
-
Updated
Aug 21, 2020 - C#
It would be great if there were a BSComboBox (a cross between a Text input and a dropdown, with text autocomplete).
-
Updated
Jul 15, 2020 - C#
-
Updated
Aug 15, 2020 - F#
-
Updated
Aug 18, 2020 - C#
-
Updated
Jul 9, 2020 - C#
-
Updated
Aug 9, 2020 - C#
-
Updated
Aug 5, 2020 - C#
-
Updated
Jul 31, 2020 - CSS
-
Updated
Jul 23, 2020 - C#
-
Updated
Jul 27, 2020 - C#
To help with accessibility, we need to add an aria attribute to the x in the modal header as per the link above. We should also reenable the tabindex
so the x can be tabbed into. This was r
-
Updated
Aug 19, 2020 - C#
RTL Direction
Thank you very much for the excellent tools.
Is thw textbox support RTL direction, if not could you please add it.
Again thank you very much.
Currently ComponentParameterBuilder
checks in the Add
methods whether a parameter exists in the component under test, that matches the type passed as a cascading value. If a user wants to test a CUT that does not use the cascading value itself, but has sub components that does, they cannot use the builder.
My current thinking is that the existing Add(object)
method be replaced with `AddCa
-
Updated
Jul 30, 2020 - C#
This is a "meta issue": currently I mostly throw exceptions of existing exception types from mscorlib. This isn't good in many cases, i.e. adding a few custom types would definitely make it easier to identify certain error scenarios from user code.
On a positive side, I always throw exceptions via Error.* methods, i.e. it's actually pretty easy to identify all the scenarios that would benefit f
There is no property for change the button text in the DxDataGridColumnChooserToolbarItem component.
Components wish list
-
Updated
Aug 23, 2020 - C#
-
Updated
Jul 25, 2020 - C#
-
Updated
Apr 29, 2020 - C#
-
Updated
Feb 11, 2020 - C#
Improve this page
Add a description, image, and links to the blazor topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the blazor topic, visit your repo's landing page and select "manage topics."
Tree 树形控件,Text是否可以支持html格式,目前好像只能放string太单调了。