Skip to content

Commit f55a5a0

Browse files
authored
fix(orchestrator): fix autocomplete selection for ActiveTextInput (#785)
Signed-off-by: Marek Libra <marek.libra@gmail.com>
1 parent 6f26955 commit f55a5a0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

workspaces/orchestrator/plugins/orchestrator-form-widgets/src/widgets/ActiveTextInput.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,7 @@ export const ActiveTextInput: Widget<
196196
<Autocomplete
197197
options={autocompleteOptions}
198198
value={value}
199+
onChange={(_, v) => handleChange(v)}
199200
renderInput={renderInput}
200201
/>
201202
</FormControl>

0 commit comments

Comments
 (0)