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 0eeff65 commit 3bf7e5bCopy full SHA for 3bf7e5b
examples/basic/autocomplete.ts
@@ -45,7 +45,6 @@ ${color.cyan('This example demonstrates the type-ahead autocomplete feature:')}
45
options: countries,
46
placeholder: 'Type to search countries...',
47
maxItems: 8,
48
- validate: () => "Validate :)"
49
});
50
51
if (p.isCancel(result)) {
0 commit comments