We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7c5f48 commit dbd01f2Copy full SHA for dbd01f2
packages/coreui-react/src/components/form/CFormTextarea.tsx
@@ -78,7 +78,7 @@ export const CFormTextarea = forwardRef<HTMLTextAreaElement, CFormTextareaProps>
78
tooltipFeedback={tooltipFeedback}
79
valid={valid}
80
>
81
- <textarea className={_className} {...rest} ref={ref}>
+ <textarea className={_className} id={id} {...rest} ref={ref}>
82
{children}
83
</textarea>
84
</CFormControlWrapper>
0 commit comments