mirror of
https://github.com/wassname/talk.git
synced 2026-07-04 12:31:53 +08:00
Updating onChange
This commit is contained in:
@@ -14,7 +14,7 @@ const TextAreaComponent = ({
|
||||
value={value}
|
||||
placeholder={placeholder}
|
||||
id={id}
|
||||
onChange={onChange}
|
||||
onChange={e => onChange(e.target.value)}
|
||||
rows={rows}
|
||||
disabled={disabled}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user