We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcb3cf7 commit 37e3e8cCopy full SHA for 37e3e8c
README.md
@@ -48,6 +48,7 @@ export default function App() {
48
| onCompleted | `function` | `() => {}` | false | Function called when the code is completed |
49
| placeholder | `string` | `·` | false | String rendered in each item when no value has been typed |
50
| value | `string` | `() => {}` | false | Control internal input value |
51
+| type | `text or password` | `text` | false | Control input type |
52
53
### CSS Properties
54
0 commit comments