R
Reactiflux

✅ – _mercury – 21-33 Dec 30

✅ – _mercury – 21-33 Dec 30

M_mercury12/30/2022
I had many instances of divs that each contains an input they are generated dynamically I want ant click on the div to focus the input ? like this
<div>
<input />
</div>
<div>
<input />
</div>
SScriptyChris12/30/2022
You should swap <div> for <label> And such wrapped <input /> should then receive a focus after interaction with it's label
UUUnknown User12/31/2022
3 Messages Not Public
Sign In & Join Server To View

Looking for more? Join the community!

R
Reactiflux

✅ – _mercury – 21-33 Dec 30

Join Server