iamstevendao / vue-tel-input

International Telephone Input with Vue
https://iamstevendao.com/vue-tel-input/
MIT License
819 stars 342 forks source link

props inputOptions.placeholder not works #436

Open azulkipli opened 11 months ago

azulkipli commented 11 months ago

Hi, thanks for created this vue plugin

i already set custom props inputOptions.placeholder follow doc here

Screenshot 2023-12-19 at 11 36 01

Screenshot 2023-12-19 at 11 35 18

but I think this props option seem not work, any other option to customize / override this placeholder ?

Screenshot 2023-12-19 at 11 35 18

https://github.com/iamstevendao/vue-tel-input/blob/main/src/components/vue-tel-input.vue#L37

azulkipli commented 11 months ago

I think my issue above will be solved by this PR

Hope this PR merge and released soon

@iamstevendao

thanks