From ed08cd9ff8f81448f2f22eea5d082ccbfedc6363 Mon Sep 17 00:00:00 2001 From: Felix Mosheev <9304194+felixmosh@users.noreply.github.com> Date: Thu, 27 Jul 2023 21:42:11 +0300 Subject: [PATCH] fix: remove weird props that becomes mandatory --- src/FormsyInput.tsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/FormsyInput.tsx b/src/FormsyInput.tsx index ffbff55..a94fd38 100644 --- a/src/FormsyInput.tsx +++ b/src/FormsyInput.tsx @@ -32,6 +32,9 @@ export type IFormsyInputProps< SemanticInputProps & FormsyInjectedProps) | 'onBlur' + | 'rel' + | 'rev' + | 'content' > & { id?: string; inputClassName?: string;