Forms & Inputs
InputNumber
A numeric field with increment/decrement controls and format-aware parsing.
Install
import { InputNumber } from 'vael-ui'Playground
decimal
end
md
import { InputNumber } from 'vael-ui'
<InputNumber :min="0" :max="0" :step="1" locale="en-US" mode="decimal" currency="" :minFractionDigits="0" :maxFractionDigits="0" useGrouping prefix="" suffix="" controls stepperPosition="end" allowEmpty size="md" :disabled="false" :readonly="false" :invalid="false" placeholder="" name="">InputNumber</InputNumber>