From 54a1be9aaed185fbefff2907e41547ab38b08002 Mon Sep 17 00:00:00 2001 From: erwanMarmelab Date: Fri, 22 Nov 2024 14:49:27 +0100 Subject: [PATCH] remove useless tip from the doc --- docs/AutocompleteArrayInput.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/AutocompleteArrayInput.md b/docs/AutocompleteArrayInput.md index be79926e89..005b0d464a 100644 --- a/docs/AutocompleteArrayInput.md +++ b/docs/AutocompleteArrayInput.md @@ -560,8 +560,6 @@ In that case, set the `translateChoice` prop to `false`. ``` {% endraw %} -**Tip**: Like many other inputs, `` accept a `fullWidth` prop. - **Tip**: To use the `disableCloseOnSelect` prop, you must also set `blurOnSelect={false}`, since this is enabled by default. ## Fetching Choices