Closed loopaware closed 4 years ago
Hi, Trying to prepend with a v-icon, but can't make it work. Are you exposing slots?
` <v-currency-field label="Annual base salary" single-line :error-messages="cashMonies.errors" v-model="cashMonies.amount"
mdi-currency-usd USD `
`
I didn't anticipate slot implementation, I'll work on it for the next release. But you can prepend icon with props:
https://codepen.io/phiny1/pen/NWWrmma?editors=1111
Try on 3.0.8.... if not work, open the issue again. Thx
Hi, Trying to prepend with a v-icon, but can't make it work. Are you exposing slots?
` <v-currency-field label="Annual base salary" single-line :error-messages="cashMonies.errors" v-model="cashMonies.amount"