Create input as child of input

后端 未结 5 1247
猫巷女王i
猫巷女王i 2021-01-19 15:07

Is it possible to create a button that is the child of an text?


    

5条回答
  •  日久生厌
    2021-01-19 15:32

    Inputs can't have children because they do not end. Here's some info: https://www.w3schools.com/tags/tag_input.asp

提交回复
热议问题