diff --git a/src/AppMenu.vue b/src/AppMenu.vue index c36e2c9ae..ffc8a9c58 100755 --- a/src/AppMenu.vue +++ b/src/AppMenu.vue @@ -3,7 +3,7 @@
Form layout is a CSS utility optimized for creating forms.
+A model can be bound using the standard v-model directive.
+A floating label is implemented by wrapping the input and the label inside a container having .p-float-label style class.
+InputText passes any valid attribute to the underlying input element.
+ +Any valid event such as focus, blur and input are passed to the underlying input element.
+ +Following is the list of structural style classes, for theming classes visit
Name | +Element | +
---|---|
p-inputtext | +Input element | +
None.
+