MeldUI

Input

A text input field for capturing user input.

Usage

With Label

Disabled

Props

PropTypeDefaultDescription
modelValuestring | number-The input value. Use with v-model.
defaultValuestring | number-The default value for uncontrolled usage.

Events

EventPayloadDescription
update:modelValuestring | numberEmitted when the input value changes.