How to remove the symbol on submit #315
Unanswered
GarciaBrix
asked this question in
Q&A
Replies: 1 comment
-
The example component from the docs shows how to work with plain numbers: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
How do I removed the symbol on submitting?
`
<script lang="ts"> import {defineComponent, PropType} from 'vue'; import {FormDefinition} from "../../../interfaces/components/FormDefinition"; import CurrencyInput from './CurrencyInput.vue' export default defineComponent({ components: {CurrencyInput}, props: { column: { type: Object as PropType, required: true, }, }, }); </script>`
Beta Was this translation helpful? Give feedback.
All reactions