Browse Source

fix: input type

pull/5043/head
tangjinzhou 3 years ago
parent
commit
0ee974a3aa
  1. 2
      components/input/inputProps.ts

2
components/input/inputProps.ts

@ -75,7 +75,7 @@ export interface AutoSizeType {
minRows?: number;
maxRows?: number;
}
interface ShowCountProps {
export interface ShowCountProps {
formatter: (args: { count: number; maxlength?: number }) => string;
}
const textAreaProps = {

Loading…
Cancel
Save