diff --git a/apps/showcase/doc/common/apidoc/index.json b/apps/showcase/doc/common/apidoc/index.json index 67ee523c6..8290ad9ad 100644 --- a/apps/showcase/doc/common/apidoc/index.json +++ b/apps/showcase/doc/common/apidoc/index.json @@ -79578,6 +79578,15 @@ "default": "", "description": "Position x of root" }, + { + "name": "root.positionY", + "token": "floatlabel.position.y", + "optional": true, + "readonly": false, + "type": "string", + "default": "", + "description": "Position y of root" + }, { "name": "root.fontWeight", "token": "floatlabel.font.weight", diff --git a/apps/showcase/doc/textarea/FloatLabelDoc.vue b/apps/showcase/doc/textarea/FloatLabelDoc.vue index ff9071b77..3ce419f58 100644 --- a/apps/showcase/doc/textarea/FloatLabelDoc.vue +++ b/apps/showcase/doc/textarea/FloatLabelDoc.vue @@ -2,10 +2,20 @@

A floating label appears on top of the input field when focused. Visit FloatLabel documentation for more information.

-
+
-