Jonathan Prass Martins
Jonathan Prass Martins
Pode ser que eu não entendi direito, mas no caso, seriam utilizados somente inteiros?
Não sei se isso é possível nesse momento. Se você tiver um pull request pra gente analisar juntos, seria muito interessante!
It is handled here: https://github.com/jonathanpmartins/v-money3/blob/ad029f9f838d7f8521daa772ac8a670adad22130/src/component.vue#L4 And here: https://github.com/jonathanpmartins/v-money3/blob/ad029f9f838d7f8521daa772ac8a670adad22130/src/component.vue#L202-L211 All properties you include in the component should be passed down to the input element. Your focus, blur, or click events should...
Yep, that's really not supported right now. A pull request will be apreciated!
Você está usando "v-model" ou "v-model.number"? https://github.com/jonathanpmartins/v-money3/issues/38#issuecomment-903214235
What version are you using? Can you present a sketch with some code? I need to replicate this error to be able to solve it.
I'm not certain this is currently feasible. Any contributions from Vuetify users via pull requests would be greatly welcomed. For now, the recommended approach would be to utilize Vuetify's CSS...
What is the version of the Element project that you are using? [Element UI](https://element.eleme.io/) was made for **Vue2**. [Element Plus](https://element-plus.org/) was made for **Vue3**, same as **v-money3**. I did not...
Oh, now I see! You are using the directive on the `````` component. This will probably not work (I did not test it). I will suggest you to use the...
I just tested this with element plus. This input styling: ```html ``` Is equal to this one: ```html ``` I would suggest to create a custom `Money` component for your...