superplaceholder.js
superplaceholder.js copied to clipboard
Let it work without clicking/focusing on the input
Hello @chinchang, I love your libraries so much.
But as for this, I think you can implement a feature where the code will start running automatically without necessarily clicking on the input.
UPDATE !!!
I used the startOnFocus command, it worked but gave a deprecation warning. How do I make it start automatically without the deprecation warning ?
Thanks for reading 👍
You can use Auto Start in options without any warning
options: {
autoStart: true,
}