Open codewithshehraz opened 5 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.
You can also add a space like: placeholder = " "
or you can set visibility:hidden
with css. These were the easiest options I could think of.
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,