mirror of
https://github.com/langgenius/dify.git
synced 2026-05-24 10:57:52 +08:00
refactor(dify-ui): pass textarea ref through field control
This commit is contained in:
@ -98,7 +98,8 @@ export function Textarea({
|
||||
|
||||
onValueChange?.(nextValue, eventDetails)
|
||||
}}
|
||||
render={<textarea {...props} ref={ref} />}
|
||||
ref={ref}
|
||||
render={<textarea {...props} />}
|
||||
value={value}
|
||||
/>
|
||||
{showCharacterCount
|
||||
|
||||
Reference in New Issue
Block a user