react-bare-forms icon indicating copy to clipboard operation
react-bare-forms copied to clipboard

A bare minimal React form library for quick & simple forms.

Results 27 react-bare-forms issues
Sort by recently updated
recently updated
newest added

Bumps [express](https://github.com/expressjs/express) from 4.18.1 to 4.19.2. Release notes Sourced from express's releases. 4.19.2 What's Changed Improved fix for open redirect allow list bypass Full Changelog: https://github.com/expressjs/express/compare/4.19.1...4.19.2 4.19.1 What's Changed Fix...

dependencies

Bumps [webpack-dev-middleware](https://github.com/webpack/webpack-dev-middleware) from 5.3.3 to 5.3.4. Release notes Sourced from webpack-dev-middleware's releases. v5.3.4 5.3.4 (2024-03-20) Bug Fixes security: do not allow to read files above (#1779) (189c4ac) Changelog Sourced from...

dependencies

https://github.com/joegasewicz/react-bare-forms/blob/75966d93d7e374bbd0e52f5163e81370d4a89b0e/src/validators.ts#L215 I expect this function to work like this: ``` isValidDate({startDate: "2021-06-1"}); isValidDate({endDate: "2021-06-1"}); isValidDate({startDate: "2021-06-1", endDate: "2021-06-1"}); ```

bug
enhancement
help wanted
good first issue

Error: ``` TS2345: Argument of type 'IFile' is not assignable to parameter of type 'string | Blob'. ``` Recreate error: ``` const teacher_img = getFileFromRef(teacherImgRef); formData.append("teacher_img", teacher_img); // Error thrown...

bug
help wanted
good first issue

Currently there are issues with using with Next.JS - Lazy loading - Correctly import types - No camelCase for props - async / defer ... this will be a separate...

bug
help wanted
good first issue

Currently we are including the datepicker library directly in a single bundled build. This should be split into a separate bundle and dynamically imported .

bug
help wanted
good first issue

This is failing due to no `for` attribute on lables. A Fix would be to reference the name of the text input: React testing library Error: ``` TestingLibraryElementError: Found a...

bug
help wanted
good first issue

Fixes: - Styling props for the calendar (enhancement) - Build for the date picker bug fix (removes code splitting )

bug
enhancement

``` react_devtools_backend.js:2430 Warning: React does not recognize the `objectValue` prop on a DOM element. If you intentionally want it to appear in the DOM as a custom attribute, spell it...

bug
help wanted
good first issue

Currently the radio buttons are only updatable nested directly in a radio group field. A solution could potentially use React Refs...?

enhancement
help wanted
good first issue