[#206] removed no option from display when no input + test

This commit is contained in:
Camille Moussu
2025-11-06 12:18:21 +01:00
committed by Benoit TELLIER
parent ddc651f8ca
commit c05dac3f08
2 changed files with 22 additions and 0 deletions
@@ -64,6 +64,7 @@ export function PeopleSearch({
freeSolo={freeSolo}
multiple
options={options}
open={!!query}
disabled={disabled}
loading={loading}
filterOptions={(x) => x}