diff --git a/readme.md b/readme.md index d5b2e17..0eb9625 100755 --- a/readme.md +++ b/readme.md @@ -710,6 +710,7 @@ Use up/down to navigate. Use tab to cycle the l | hint | `string` | Hint to display to the user | | warn | `string` | Message to display when selecting a disabled option | | choices | `Array` | Array of strings or choices objects `[{ title, description, value, disabled }, ...]`. The choice's index in the array will be used as its value if it is not specified. | +| optionsPerPage | `number` | Number of options displayed per page (default: 10) | | onRender | `function` | On render callback. Keyword `this` refers to the current prompt | | onState | `function` | On state change callback. Function signature is an `object` with two properties: `value` and `aborted` |