File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -37,10 +37,11 @@ export default function App() {
3737
3838## API
3939
40- | Key | Type | Default | Description |
41- | ----------- | -------- | ------- | --------------------------------------------------------- |
42- | length | ` number ` | ` 4 ` | How many items will be rendered |
43- | placeholder | ` string ` | ` · ` | String rendered in each item when no value has been typed |
40+ | Key | Type | Default | Required | Description |
41+ | ----------- | ---------- | ------- | -------- | --------------------------------------------------------- |
42+ | length | ` number ` | ` 4 ` | false | How many items will be rendered |
43+ | onChange | ` function ` | | true | Function called when the value changes |
44+ | placeholder | ` string ` | ` · ` | false | String rendered in each item when no value has been typed |
4445
4546## License
4647
You can’t perform that action at this time.
0 commit comments