Skip to content

CurrencyInput API

API reference docs for the Stash CurrencyInput component. Learn about the props, CSS, and other APIs of this exported module.

Import

ts
import CurrencyInput from '@leaflink/stash/CurrencyInput.vue';

Props

NameTypeDefaultDescription
modelValuestring | null
errorTextundefined
hintTextundefined
idundefined
inputOptionsPartialundefined
labelundefined

Slots

None

Events

NameDescription
update:model-valueEmitted when the input value changes.