Skip to content

Commit 5f56ef4

Browse files
authored
add char counter boolean prop to text area form group
2 parents ece2706 + e44b07c commit 5f56ef4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Form.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@ export type TextAreaProps<
128128
StringRules & {
129129
for: LensPathType<T, A, U, S, K>
130130
value?: never
131+
showCharCounter?: boolean
131132
}
132133

133134
export type InputType = 'text' | 'email' | 'number' | 'checkbox' | 'password' | 'price' | 'color' | undefined

0 commit comments

Comments
 (0)