create an input field in the Vue3 composition api so that the input field is formatted so that immediately upon entering the number entered is formatted so that a period is placed on each thousandth number and that there are two decimal numbers at the end separated by a comma. The input field has v-model="row.fourthInput" and serves for further calculation.
Here's how to create a formatted input field in Vue 3 Composition API that automatically formats numbers with thousand separators and two decimal places:
create an input field in Vue3 composition api in one file so that the input field is formatted so that immediately upon entering the entered number, it is formatted so that a dot is placed on each thousandth number and that there are two decimal numbers at the end separated by a comma. The input field has v-model="row.fourthInput" and serves for further calculation.