feat: enhance fieldset

This commit is contained in:
Mohamed Marrouchi
2024-11-27 11:16:00 +01:00
parent eba7308e16
commit 1da3a3d9ba
6 changed files with 186 additions and 121 deletions

View File

@@ -117,6 +117,7 @@ const NlpPatternSelect = (
<Autocomplete
ref={ref}
size="medium"
fullWidth={true}
disabled={options.length === 0}
value={defaultValue}
multiple={true}