Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not able to disable placeholder #57

Open
codewithshehraz opened this issue Oct 15, 2019 · 2 comments
Open

Not able to disable placeholder #57

codewithshehraz opened this issue Oct 15, 2019 · 2 comments

Comments

@codewithshehraz
Copy link

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
Copy link

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
Copy link

rahulexpo commented Jan 17, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants