Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

input text expand to fit content

<style>
.growable-input{
    border: solid 1px black;
}
</style>
<span class="growable-input" contenteditable="true">input value here</span>
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #input #text #expand #fit #content
ADD COMMENT
Topic
Name
3+7 =