Skip to content

Commit ed08cd9

Browse files
committed
fix: remove weird props that becomes mandatory
1 parent 306ff62 commit ed08cd9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/FormsyInput.tsx

+3
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ export type IFormsyInputProps<
3232
SemanticInputProps &
3333
FormsyInjectedProps<InputValueType>)
3434
| 'onBlur'
35+
| 'rel'
36+
| 'rev'
37+
| 'content'
3538
> & {
3639
id?: string;
3740
inputClassName?: string;

0 commit comments

Comments
 (0)