We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 234a0fb commit 9d2f789Copy full SHA for 9d2f789
src/BootstrapBlazor/Utils/Utility.cs
@@ -671,7 +671,7 @@ private static Type GenerateComponentType(IEditorItem item)
671
/// <param name="fieldType"></param>
672
/// <param name="componentType">组件类型</param>
673
/// <returns></returns>
674
- private static bool IsCheckboxList(Type fieldType, Type? componentType = null)
+ public static bool IsCheckboxList(Type fieldType, Type? componentType = null)
675
{
676
var ret = false;
677
if (componentType != null)
0 commit comments