From 14861391899c5c08c1b50df3ab1d96ae7902e233 Mon Sep 17 00:00:00 2001 From: liangshiwei Date: Mon, 3 Jul 2023 16:39:43 +0800 Subject: [PATCH] Update docs/en/UI/AspNetCore/Tag-Helpers/Form-elements.md Co-authored-by: Qingxiao Ren --- docs/en/UI/AspNetCore/Tag-Helpers/Form-elements.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/UI/AspNetCore/Tag-Helpers/Form-elements.md b/docs/en/UI/AspNetCore/Tag-Helpers/Form-elements.md index d8a69d7c94..b8a55c2ad3 100644 --- a/docs/en/UI/AspNetCore/Tag-Helpers/Form-elements.md +++ b/docs/en/UI/AspNetCore/Tag-Helpers/Form-elements.md @@ -87,7 +87,7 @@ You can set some of the attributes on your c# property, or directly on HTML tag. * `readonly`: Sets the input as read-only. * `label`: Sets the label of input. * `required-symbol`: Adds the required symbol `(*)` to the label when the input is required. The default value is `True`. -* `FloatingLabel`: Sets the label as floating label. The default value is `False`. +* `floating-label`: Sets the label as floating label. The default value is `False`. `asp-format`, `name` and `value` attributes of [Asp.Net Core Input Tag Helper](https://docs.microsoft.com/en-us/aspnet/core/mvc/views/working-with-forms?view=aspnetcore-7.0#the-input-tag-helper) are also valid for `abp-input` tag helper.