diff --git a/packages/react/components/input/InputProps.ts b/packages/react/components/input/InputProps.ts index d4668376..23fe76f0 100644 --- a/packages/react/components/input/InputProps.ts +++ b/packages/react/components/input/InputProps.ts @@ -113,6 +113,10 @@ export interface InputProps extends Accessibility, Dev, CommonProps { securityGauge?: boolean validationRules?: IValidationRules required?: boolean + pattern?: string + min?: number + max?: number + step?: number } export interface ILengthVerify {