Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 230 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 230 Bytes

HTML + CSS + JS

Field with letter limitation built using JavaScript.

<div class="Input">
    <input type="text" maxlength="20" placeholder="My name is Salbatore">
    <em>20</em>
</div>