Hello,
How do I set Autofocus and Select for Masked Input? Usual properties can only be set for hidden input in the placeholder. Or how do I target the masked input in JS as we don't have a widget id for it?
Many thanks,
Alexandra Bayles
Hi @Alexandra Bayles,
It was difficult to find right ID of input so i have added data-id attribute.
and inside the JS i have targeted the input using that data-id attribute and focused on it.
I have also attached the OML file.
Hope this will help you.
Kind regards,
Sanjay kushwah
Thank you, Sanjay, it worked!