Skip to main content

Command Palette

Search for a command to run...

How to auto-populate the OTP code

auto-populate the OTP code(HTML)

Published
A

Hi there šŸ‘‹, I am Anil Verma I am a passionate Full Stack Web Developer who is fascinated by complex engineering problems.

To auto-populate the OTP code(Trigger smartphone OTC auto-suggestion) in input field use autocomplete=ā€one-time-codeā€

<input name=ā€otpā€ placeholder=ā€enter otpā€ type=ā€textā€ autocomplete=ā€one-time-codeā€ />