superplaceholder.js icon indicating copy to clipboard operation
superplaceholder.js copied to clipboard

Let it work without clicking/focusing on the input

Open abrahamebij opened this issue 3 years ago • 1 comments

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 👍

abrahamebij avatar May 06 '22 17:05 abrahamebij

You can use Auto Start in options without any warning

options: {
        autoStart: true,
    }

aroon9002ahmed avatar Oct 10 '23 16:10 aroon9002ahmed