implemented api and fixed interface bug

This commit is contained in:
Ebube
2023-05-19 00:11:44 +01:00
parent 89399aa29a
commit 7998eaf52d
6 changed files with 160 additions and 82 deletions
@@ -82,7 +82,7 @@ export default function InputCom({
name={name}
minLength={minLengthValidation()}
maxLength={maxLengthValidation()}
pattern={() => inputPatterns}
// pattern={inputPatterns()}
ref={inputRef}
readOnly={disable}
onBlur={blurHandler}