vmp-code-monkey

Results 3 comments of vmp-code-monkey

I ended up using the useField composable instead like so https://play.vuetifyjs.com/#eNqNU8tu2zAQ/BWCFzuARLZJWhSGbSiXHgq0BZpjlIMea5cNSREkpSYw/O9dkrKtOEDjiyAuZ3Z2RquHHb0zhg090AVdelBGVh7WpSZkuemsIoXrayU8MxYG0H5V0lQoaQQhbMg9PPt8I0C2qUTIkKuuBcl0r2qwSKq2wIZK9uOzpAfkAqztbK7AOcS4ERqL31PtnOFfDCAstT6VZVWDxPrd9ohdL/l0OBz4OHLtNWlk5YKggvy2pIe+R3skvZHQBOHn7KKRonlCwu9KtxJ+gYPIaiRUdkJCAg9J4uuSTwLGo2usMJ4gsTcRKZTprCc7YmFD9mRjO0Vm+G1mry57B1+Dnyy+hY90hALkmJZoUQI5gdV02gVSmvI+WsrGU5wZyatDo/nViYLJjxdBaz7D8wyvT4AxntWr1vP4sRxZrckuxVVJsH7+7f7nD+a8FXorNi8jKiO6lzIj11dRd4/PJU+hYBw0o1LoJ8f+uE7jdsZ+JW2cK+mCPKTuGL/3xi04b1qNSFw6MVimwXNtFMfsPOoVN+yGfbzmrXD+UMtxYRyL3UKrx1LvUTGFnKvKnMmmiyg9Gispdgrnd2YoEMZtr73ARWs7FYe5TbNMygycymvb/XVgsUlJs4lMGPgCqXftosab3hwFB7C5Bd2CDb/UZZbOaFNbZ1f/sTZZ2Ev8TeDFLfty0JvW33qM07Yw+K6TLq+MuNThlFN8Zp/YBy5FzVGAC3T2HGXi5obl2Wc0RoBblPKnj/8AqUvPTg== It would be nice to know how to use the useComponentBinds way of working to change the item to...

The useField is working, but now it messes up when trying to use decimals. Is there a working example for vee-validate/vuetify with a number field?

Or somehow for v-binds to set the v-model.number flag if at all possible - I tried looking for another way to set this without specifying v-model, but couldn't. If that...