mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2026-07-26 18:04:45 +10:00
release: v4.1.0
This commit is contained in:
@@ -47,7 +47,9 @@ export const BadgeInput = forwardRef<HTMLInputElement, BadgeInputProps>(
|
||||
ref={ref}
|
||||
value={label}
|
||||
onKeyDown={onKeyDown}
|
||||
onChange={(event) => setLabel(event.target.value)}
|
||||
onChange={(event) => {
|
||||
setLabel(event.target.value);
|
||||
}}
|
||||
/>
|
||||
);
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user