Skip to content

Commit 3bf7e5b

Browse files
committed
revert examples
1 parent 0eeff65 commit 3bf7e5b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

examples/basic/autocomplete.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ ${color.cyan('This example demonstrates the type-ahead autocomplete feature:')}
4545
options: countries,
4646
placeholder: 'Type to search countries...',
4747
maxItems: 8,
48-
validate: () => "Validate :)"
4948
});
5049

5150
if (p.isCancel(result)) {

0 commit comments

Comments
 (0)