-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Active placeholder when typing #633
Comments
I do not think this is possible. The placeholder used in this plugin is the HTML 5 native placeholder, so to use an active placeholder as your example, you need to make script for it. |
@igorescobar Issue closed...so what's the solution? I use |
I'm sorry @Sogl. To summarize this for you: This is a feature that I don't intend to implement. Why? Because the amount of code necessary to make it work across all features of this plugin (and to make it work on all browsers that we support) would make this plugin considerably heavier. If you think this is a mandatory feature for your user to be able to input things in your form you can always try to use another plugin available out there. |
still hope a dynamic placeholder be added to this script while keeping the lightweight of it :) |
Hello!
I didn't find any similar behavior in the demos either in the documentation:
How to turn it on?
The text was updated successfully, but these errors were encountered: