From 7e557b91f657c2a5069aae542a1fd584edf1bbd4 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Kaiser Date: Mon, 24 Feb 2025 09:49:28 +0100 Subject: [PATCH] [no ci] [Doc] Fix `` example --- docs/ReferenceInput.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ReferenceInput.md b/docs/ReferenceInput.md index f2002391db1..16e2db18f2e 100644 --- a/docs/ReferenceInput.md +++ b/docs/ReferenceInput.md @@ -152,7 +152,7 @@ You can make the `getList()` call lazy by using the `enableGetChoices` prop. Thi q && q.length >= 2} + enableGetChoices={({ q }) => !!(q && q.length >= 2)} /> ```