ElementLabelFloating โ€‹

Used by elements to display a floating label.

Options โ€‹

Find below the list of options that can use to configure ElementLabelFloating component. Options can be passed to the component via props.

visible โ€‹

  • Type: boolean
vue
<ElementLabelFloating :visible="true" ... />

Whether the floating label should be visible.

Properties โ€‹

All the data, computed and inject properties of the component.

floating โ€‹

  • Type: string
  • Group: computed

The floating label of the element, defined via floating prop.

Size โ€‹

  • Type: string
  • Group: inject

The size of the component.

View โ€‹

  • Type: string
  • Group: computed

The name of the resolved view for the component. This one should be used to determine the component's view in class functions.

template โ€‹

  • Type: object
  • Group: computed

The component's template.

classes โ€‹

  • Type: object
  • Group: computed

The component's classes.

theme โ€‹

  • Type: object
  • Group: inject

The global theme object, which contains all the default templates and classes.

form$ โ€‹

  • Type: Vueform
  • Group: inject

The root form's component.

el$ โ€‹

  • Type: VueformElement
  • Group: inject

The parent element's component.

๐Ÿ‘‹ Hire Vueform team for form customizations and developmentLearn more