From b8b2f359aaca51af6f565e267e3d342bd38bfaa4 Mon Sep 17 00:00:00 2001 From: Woo Dohyeong Date: Thu, 5 Oct 2023 17:05:33 +0900 Subject: [PATCH] doc(API): fix typo --- docs/API.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/API.md b/docs/API.md index 6a6ab88b..d61a65b9 100644 --- a/docs/API.md +++ b/docs/API.md @@ -151,7 +151,7 @@ The `Hint` component can be used to wrap custom inputs. ```jsx ( + renderInput={({ inputRef, referenceElementRef, ...inputProps }) => (