mirror of
https://github.com/prymitive/karma
synced 2026-05-07 03:26:52 +00:00
fix(ui): hide selected option in suggestion dropdown
This commit is contained in:
@@ -94,7 +94,8 @@ const LabelNameInput = observer(
|
||||
defaultValue: value,
|
||||
options: matcher.suggestions.names,
|
||||
placeholder: isValid ? "Label name" : <ValidationError />,
|
||||
onChange: this.onChange
|
||||
onChange: this.onChange,
|
||||
hideSelectedOptions: true
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user