Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 100 Bytes

input-long.md

File metadata and controls

8 lines (7 loc) · 100 Bytes
<ClInput
  placeholder="我只能输入 10 个字符"
  type="text"
  maxLength={10}
/>