gauravsoni119 / ng2-tel-input

MIT License
56 stars 57 forks source link

Not able to disable placeholder #57

Open codewithshehraz opened 5 years ago

codewithshehraz commented 5 years ago

Hi I am using this plugin in my application and want to disable the default place holder in input field, how can I do that. Thanks,

aakashjangid commented 3 years ago

Hello,

If you are using it with the input tag, just use the placeholder attribute of the input and it will over write the placeholder.

rahulexpo commented 10 months ago

You can also add a space like: placeholder = " " or you can set visibility:hiddenwith css. These were the easiest options I could think of.