We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1c8cd9 commit e9a80b8Copy full SHA for e9a80b8
1 file changed
src/packages/textarea/textarea.taro.tsx
@@ -139,6 +139,7 @@ export const TextArea = forwardRef((props: Partial<TaroTextAreaProps>, ref) => {
139
placeholder={
140
placeholder !== undefined ? placeholder : locale.placeholder
141
}
142
+ showCount={showCount}
143
/>
144
{showCount && (
145
<View
0 commit comments