Skip to content

Commit e9a80b8

Browse files
fix: fix showCount props is invalid in alipay (#3366)
1 parent f1c8cd9 commit e9a80b8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/packages/textarea/textarea.taro.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,7 @@ export const TextArea = forwardRef((props: Partial<TaroTextAreaProps>, ref) => {
139139
placeholder={
140140
placeholder !== undefined ? placeholder : locale.placeholder
141141
}
142+
showCount={showCount}
142143
/>
143144
{showCount && (
144145
<View

0 commit comments

Comments
 (0)