reactstrap-formik icon indicating copy to clipboard operation
reactstrap-formik copied to clipboard

Reactstrap Form Components for Formik

Results 13 reactstrap-formik issues
Sort by recently updated
recently updated
newest added

update to latest bootstrap, formik, reactstrap, react, react-dom

I use Afterjs and when I load a page with reactstrap-formik used in it, I encounter the error. Its stack : > node_modules/reactstrap-formik/dist/index.js:1\nimport ReactstrapInput from './ReactstrapFormikInput';\n^^^^^^\n\nSyntaxError: Cannot use import statement...

With formik it's possible to created nested elements: ```typescript const initialData = { displayName: '', name: { givenName: '', familyName: '', } } ``` It is now possible to define...

Please allow to set classes for `` and ``. E. g: `` Currently if we can set classes `className="input-class"`, it applies only to ``.

I'd like to conditionally enable/disable the Select component. I tried passing in disabled={true} to Field props, but that didn't make a difference.

Even though I've omitted "defaultOption", ReactstrapSelectInput component inserts one blank option at the top of the dropdown. I think "defaultOption" should be inserted only when that "defaultOption" value is not...

Bumps [cipher-base](https://github.com/crypto-browserify/cipher-base) from 1.0.4 to 1.0.6. Changelog Sourced from cipher-base's changelog. v1.0.6 - 2024-11-26 Commits [Fix] io.js 3.0 - Node.js 5.3 typed array support b7ddd2a v1.0.5 - 2024-11-17 Commits [Tests]...

dependencies
javascript

Bumps [sha.js](https://github.com/crypto-browserify/sha.js) from 2.4.11 to 2.4.12. Changelog Sourced from sha.js's changelog. v2.4.12 - 2025-07-01 Commits [eslint] switch to eslint 7acadfb [meta] add auto-changelog b46e711 [eslint] fix package.json indentation df9d521 [Tests]...

dependencies
javascript

Removes [tmp](https://github.com/raszi/node-tmp). It's no longer used after updating ancestor dependencies [tmp](https://github.com/raszi/node-tmp), [@storybook/react](https://github.com/storybookjs/storybook/tree/HEAD/code/renderers/react) and [react-scripts](https://github.com/facebook/create-react-app/tree/HEAD/packages/react-scripts). These dependencies need to be updated together. Removes `tmp` Updates `@storybook/react` from 3.4.11 to 9.1.1 Release...

dependencies
javascript