Skip to content

Commit

Permalink
fix: remove weird props that becomes mandatory
Browse files Browse the repository at this point in the history
  • Loading branch information
felixmosh committed Jul 27, 2023
1 parent 306ff62 commit ed08cd9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/FormsyInput.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ export type IFormsyInputProps<
SemanticInputProps &
FormsyInjectedProps<InputValueType>)
| 'onBlur'
| 'rel'
| 'rev'
| 'content'
> & {
id?: string;
inputClassName?: string;
Expand Down

0 comments on commit ed08cd9

Please sign in to comment.