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
Name | Type | Default | Description |
---|---|---|---|
modelValue | string | null |
| |
errorText | undefined | ||
hintText | undefined | ||
id | undefined | ||
inputOptions | Partial | undefined | |
label | undefined |
Slots
None
Events
Name | Description |
---|---|
update:model-value | Emitted when the input value changes. |