upgrade to Boostrap 5
This commit is contained in:
@ -30,6 +30,11 @@ else
|
||||
{
|
||||
base.OnParametersSet();
|
||||
|
||||
if (string.IsNullOrEmpty(Class))
|
||||
{
|
||||
Class = "form-label";
|
||||
}
|
||||
|
||||
_openLabel = "<label";
|
||||
if (!string.IsNullOrEmpty(For))
|
||||
{
|
||||
|
Reference in New Issue
Block a user