FancyPrairie
Programmer
I want to set focus to a text box and automatically highlight the text within the text box. Setting focus is no problem, but how do I highlight the text?
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
el.focus();
el.select();