-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Placeholder #198
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
Comments
Yes, this is how html5's placeholder attribute works. Sent from my iPhone
|
I tried setting a 'placeholder' HTML5 attribute on my input, but it just did the usual, the moment i started typing in the input box, the placeholder disappeared. I want the opposite, i want the '/' in the date to always be there while you are typing. Doesn't matter though, as much as i like this plugin, i found one that does exactly what i need so am using that for now. |
That is what I meant with my previous message. We only implement the HTML5 placeholder so... You can't change it :) Sent from my iPhone
|
@ray73864 what is the plugin you are using to show the placeholder while the user typing? |
This one here: https://github.com/digitalBush/jquery.maskedinput These days though I use Cleave.JS, it doesn't support the fine-grain that others have, but it does what I want and has support for libphonenumber. |
Is there anyway to have the placeholder always visible?
Currently the placeholder shows when the input box in question doesn't have the focus, but as soon as it has the focus and you start typing, the placeholder disappears.
The text was updated successfully, but these errors were encountered: