Click on
to focus <input>

前端 未结 6 1321
时光说笑
时光说笑 2020-12-30 22:54

I have a series of input elements each with a few

tags separate.
I like to have if where I can click on any of the
6条回答
  •  旧巷少年郎
    2020-12-30 23:42

    1. using javascript (call .focus() on the input element)
    2. using wrapped around your div (makes only sense if the div is the label)

提交回复
热议问题