We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug the name property is missing in the InputFileProps
name
InputFileProps
To Reproduce Add name to an input file.
import { Form } from "react-bulma-components" function MyInput() { return <Form.InputFile name="" /> }
Produces the following error:
Property 'name' does not exist on type 'IntrinsicAttributes & InputFileProps & SpacingProps & FlexboxProps & HelperProps & ColorProps & ResponsiveProps & TypographyProps & { ...; } & OmitKeys<...>'.
Expected behavior Name should be accepted
Versions
react-bulma-components
bulma
react
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
the
name
property is missing in theInputFileProps
To Reproduce
Add name to an input file.
Produces the following error:
Expected behavior
Name should be accepted
Versions
react-bulma-components
: 4.1.0bulma
: 0.9.4react
: 18.2.0The text was updated successfully, but these errors were encountered: