Jack Lyons
Jack Lyons
I'm getting this error as well
Looking forward to the TS addon here :)
Seems like the latest work around this is to set `disableMaskedInput` as a prop on your component. In my case it looked like this: ``` } /> ```
Anyone able to merge this?
@henryaj I had this same issue (I need to display a list of all errors in the form). The solutions provided above just don't work well for grouped data. I...
I've noticed that the `index` gets out of sync when you delete an item in between a bunch of items. For example, - If I have an array of items...
Hey @rowild yeah I’m aware of how keys work in Vue, and I am using the index from the repeatable slot scope. I’m actually talking about the ‘name’ attribute that...
Hi @justin-schroeder thanks for the fast response. Can I just add that I'm really enjoying using Vue Formulate and am excited to see it grow and improve :) So to...
Hey @justin-schroeder thanks for the reply! I'm no expert here and I understand it's nuanced. Here are my two cents: So I see what you mean, but in my mind,...
@andrewbartz I haven't validated this but as a starter, perhaps you could build your own custom component using Vue Mask? Also, perhaps the extended plugin might help? - https://www.npmjs.com/package/vue-formulate-extended References...