Vue-Autonumeric as the flexibility and power of its AutoNumeric parent library. It can be configured as you like.
'euro' option'dollar' option'integer' option'integerPos' option'French' predefined language and a placeholder'NorthAmerican' predefined language{
currencySymbol : 'Ω',
decimalCharacter : ',',
digitGroupSeparator : '.'
}id and name passed as props are added onto the generated elementcontenteditable attributeplaceholder attribute is passed as a prop toooptions attribute can be modified on the fly. Click here to toggle it.decimalPlaces option is NOT saved between options updates. Click here to toggle between the states.decimalPlacesRawValue option for both states.'percentageEU3dec' then set a small value by clicking here. This works even though we do not use a single object to update both options and value at the same time, because the v-model is not shared with components having different options.'percentageEU3dec' then set a small value by clicking here. This fails since we do not use a single object to update both options and value at the same time, while the v-model is shared with components having different options.'euro')ext.value = 42 in the console.