mirror of
https://github.com/stashapp/stash.git
synced 2025-12-17 12:24:38 +03:00
Fix exclusion pattern inputs blurring on every keypress (#1952)
* Replace ExclusionPatterns with StringListInput
This commit is contained in:
@@ -33,7 +33,7 @@ export const StringListInput: React.FC<IStringListInputProps> = (props) => {
|
||||
|
||||
return (
|
||||
<>
|
||||
<div className={props.errors && "is-invalid"}>
|
||||
<div className={`string-list-input ${props.errors ? "is-invalid" : ""}`}>
|
||||
{props.value && props.value.length > 0 && (
|
||||
<Form.Group>
|
||||
{props.value &&
|
||||
|
||||
Reference in New Issue
Block a user