auto-resizing text input box html

后端 未结 3 1738

I created an input (type text) box and made it auto-resize quite simply. However, there are a few glitches that I can\'t seem to fix:

  1. when I start typing the box s
3条回答
  •  我在风中等你
    2021-01-26 19:42

    
    

    Remove the width="100px", like this:

    
    

    And it won't resize down anymore when starting to type.

    Live example:

    http://jsfiddle.net/2EMfd/

    Though, the exanding function doesn't seem to work in my browser?

    *Edit, did a simple expand function on the inputbox is this what you where trying? http://jsfiddle.net/2EMfd/1/

提交回复
热议问题