Should I put input elements inside a label element?

前端 未结 14 1989
长情又很酷
长情又很酷 2020-11-22 07:24

Is there a best practice concerning the nesting of label and input HTML elements?

classic way:



        
14条回答
  •  别那么骄傲
    2020-11-22 08:03

    I greatly prefer to wrap elements inside my because I don't have to generate the ids.

    I am a Javascript developer, and React or Angular are used to generate components that can be reused by me or others. It would be then easy to duplicate an id in the page, leading there to strange behaviours.

提交回复
热议问题