antonreshetov/vue-form-components

can't use "name" attribute

Closed this issue · 5 comments

hi, I added
<vue-input v-model="formCarrier.email" name="mail" style="width: 100%" placeholder="somemail@domain.com"></vue-input>

but it doesn't work after rendering.

other attributes like a "readonly, type, placeholder" still work

Hi @Yakudza73
Can you please more fully. What did you expect and what did you get.

Should be fixed in f2dce4f

Should be fixed in f2dce4f

I checked. it's still doesn't work with checkbox, in other components everything is ok

Should be fixed now in 76a4eb6

Should be fixed now in 76a4eb6

Thanks, now everything is all right