Skip to content

Commit

Permalink
Update FormControl.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
Rubenoo committed Jan 5, 2024
1 parent 8518c68 commit 5583f99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/FormControl.tsx
Expand Up @@ -12,7 +12,7 @@ type FormControlElement = HTMLInputElement | HTMLTextAreaElement;

export interface FormControlProps

Check failure on line 13 in src/FormControl.tsx

View workflow job for this annotation

GitHub Actions / CI (ChromeHeadless, ubuntu-latest)

Interface 'FormControlProps' incorrectly extends interface 'InputHTMLAttributes<FormControlElement>'.

Check failure on line 13 in src/FormControl.tsx

View workflow job for this annotation

GitHub Actions / CI (FirefoxHeadless, ubuntu-latest)

Interface 'FormControlProps' incorrectly extends interface 'InputHTMLAttributes<FormControlElement>'.
extends BsPrefixProps,
React.HTMLAttributes<FormControlElement> {
React.InputHTMLAttributes<FormControlElement> {
htmlSize?: number;
size?: 'sm' | 'lg';
plaintext?: boolean;
Expand Down

0 comments on commit 5583f99

Please sign in to comment.