Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 194 Bytes

File metadata and controls

8 lines (7 loc) · 194 Bytes

INPUT

Dynamic Width based on content

Update "8" by the actual font size

onchange="this.style.width = ((this.value.length + 1) * 8) + 'px';"