You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"Default: false, if true the search input value will be cleared when the user click on the search button or press enter",
58
58
"control": {"type": "boolean"}
59
+
},
60
+
"allowEmptySearch": {
61
+
"description":
62
+
"Default: false, if true the user will be able to search with an empty input, otherwise clicking ont the search button or pressing enter will focus the input",
"description": `See [\\<Display \\/\\>](https://components.react-dsfr.codegouv.studio/?path=/docs/components-display) for instructions on how to integrate the Dark mode switch.
"Default: false, if true the input value will be cleared when the user click on the search button or press enter",
26
26
"control": {"type": "boolean"}
27
27
},
28
+
"allowEmptySearch": {
29
+
"description":
30
+
"Default: false, if true the user will be able to search with an empty input, otherwise clicking ont the search button or pressing enter will focus the input",
31
+
"control": {"type": "boolean"}
32
+
},
28
33
"renderInput": {
29
34
"description": `Optional: To control the input yourself`,
0 commit comments