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.
Just add style='width:100%;' (or how much % do you need) to the Input
style='width:100%;'