Skip to content

Commit 37e3e8c

Browse files
feat: update readme
1 parent fcb3cf7 commit 37e3e8c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ export default function App() {
4848
| onCompleted | `function` | `() => {}` | false | Function called when the code is completed |
4949
| placeholder | `string` | `·` | false | String rendered in each item when no value has been typed |
5050
| value | `string` | `() => {}` | false | Control internal input value |
51+
| type | `text or password` | `text` | false | Control input type |
5152

5253
### CSS Properties
5354

0 commit comments

Comments
 (0)