Skip to content

Commit b12a3d0

Browse files
Enable free substation id input in generation dspatch modification (#3422)
Signed-off-by: Franck LECUYER <[email protected]>
1 parent e0b8f90 commit b12a3d0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/components/dialogs/network-modifications/generation-dispatch/substations-autocomplete.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@ export default function SubstationsAutocomplete({
5858
onChange={handleChange}
5959
options={substations}
6060
size={'small'}
61+
freeSolo
62+
autoSelect
6163
sx={styles.autocomplete}
6264
renderInput={({ inputProps, ...rest }) => (
6365
<TextField

0 commit comments

Comments
 (0)