-
Updated
Nov 27, 2020
blazor
Here are 1,258 public repositories matching this topic...
Referring to how the other components do it but MatSlider is ValueMax / ValueMin / Step & MatNumeric is Maximum, Minimum and Step.
I would like to see it consistent across the components or since we only have 2 instances of "Max/Min/Step" that I found we can refer to material.io for the tie breaker?
**Material-UI uses step, min, max for their Slider - Which I think is best and suggest
-
Updated
Nov 24, 2020 - C#
Encryption at Rest
One of the major topics in an enterprise application is encryption at rest. With SQL server 2016+ it is possible to do encryption at rest. .Net Core wasn't compatible until recently, which I think now supports only TDE (Transparent Data Encryption).
I don't know enough to implement enough, but here's an article I found.
https://docs.microsoft.com/en-us/aspnet/core/security/data-protection/c
-
Updated
Nov 24, 2020 - C#
-
Updated
Jul 15, 2020 - C#
It would be great if there were a BSComboBox (a cross between a Text input and a dropdown, with text autocomplete).
Even though this isn't super critical, this might help with addressing https://stackoverflow.com/questions/57938081/blazor-preview-9-mono-wasm-memory-access-out-of-bounds-max-string-size-for-dotn
-
Updated
Nov 27, 2020 - F#
-
Updated
Nov 26, 2020 - C#
-
Updated
Nov 23, 2020 - C#
-
Updated
Nov 27, 2020 - C#
-
Updated
Nov 25, 2020 - C#
Improved samples
With #153, I have laid out the foundation for this issue. Instead of the three (redundant) sample projects, we now have a dual-mode blazor application that looks and feels similar to the official Chart.js samples.
Now we need your help!
If you want to contribute to this library and/or get to know ChartJs.Blazor, you can port one of the samples li
-
Updated
Nov 20, 2020 - C#
If a component has a child content parameter that is a RenderFragment<TValue>
, then the parameter builder's AddChildContent method should throw an exception with an error message telling the user to use .Add(p => p.ChildContent, ...)
instead.
For example, the following should throw an helpful exception:
var cut = RenderComponent<Virtualize<string>>(ps => ps
.Add(p => p.Items, Te
-
Updated
Nov 26, 2020 - C#
-
Updated
Sep 21, 2020 - C#
-
Updated
Sep 10, 2020 - CSS
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.
TextField MaxLength
-
Updated
Jul 30, 2020 - C#
-
Updated
Nov 17, 2020 - C#
-
Updated
Nov 25, 2020 - C#
-
Updated
Oct 15, 2020 - C#
-
Updated
Nov 24, 2020 - C#
-
Updated
Nov 21, 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."
Column Title增加模板功能,可以自定义显示RenderFragment