Skip to content

Commit

Permalink
fix textfield
Browse files Browse the repository at this point in the history
  • Loading branch information
msynk committed Sep 7, 2024
1 parent 15e407f commit b6530d7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ private void SetElementType()
BitInputType.Email => "email",
BitInputType.Tel => "tel",
BitInputType.Url => "url",
_ => string.Empty,
_ => "text",
};
}

Expand Down

0 comments on commit b6530d7

Please sign in to comment.