mbignold
mbignold
For me it had to do with the opacity of the button being less than one, which made the spinner not show at all for some reason.. If I set...
If you are trying to use v-model='myProp' it doesn't seem to allow you to watch the 'value' prop inside the component. If you use :value='myProp', it does seem to work...
Yes actually I have a fix for that, I will update later today. The update rounds up all the elements by explicitly selecting 'input, select, textarea' then filters the :last...