input text box width same as parent

前端 未结 3 942
走了就别回头了
走了就别回头了 2021-01-18 05:01

How can I have a textbox that inherits the width of it\'s container?

For example I have a div that has a textbox inside it.

3条回答
  •  野趣味
    野趣味 (楼主)
    2021-01-18 05:24

    Just add style='width:100%;' (or how much % do you need) to the Input

      

提交回复
热议问题