Skip to content

Commit 63391d9

Browse files
authored
Merge pull request #4 from TimmaLabs/add-char-counter-boolean-prop-to-InputProps
Add showCharCounter prop to input types
2 parents 5f56ef4 + 72545d1 commit 63391d9

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
@@ -143,6 +143,7 @@ export type InputProps<
143143
(I extends ('number' | 'price') ? NumberInputRules : I extends 'checkbox' ? CheckboxRules : StringRules) & {
144144
for: LensPathType<T, A, U, S, K>
145145
value?: never
146+
showCharCounter?: boolean
146147
} & { type?: I }
147148

148149
export type SelectProps<

0 commit comments

Comments
 (0)