Git Product home page Git Product logo

react-form-builder's People

Contributors

aleksandardev avatar dependabot[bot] avatar github-actions[bot] avatar renovate[bot] avatar

Stargazers

 avatar

Watchers

 avatar  avatar

react-form-builder's Issues

onChange not compatible with Select

Currently not compatible with eg. MUI Select:

export type SelectChangeEvent<T = string> =
  | (Event & { target: { value: T; name: string } })
  | React.ChangeEvent<HTMLInputElement>;

Proposal

Change signature from:

onChange: (event: React.ChangeEvent<HTMLInputElement | HTMLTextAreaElement>) => void

to

export type EventTargetValue = { target: { value: any; name: string } };

onChange: (eventOrValue: EventTargetValue | any) => void

Dependency Dashboard

This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more.

Rate-Limited

These updates are currently rate-limited. Click on a checkbox below to force their creation now.

  • chore(deps): update dependency postcss to v8.4.24
  • chore(deps): update dependency storycap to v4.1.2
  • chore(deps): update dependency @rollup/plugin-node-resolve to v15.1.0
  • chore(deps): update dependency @storybook/testing-library to v0.2.0
  • chore(deps): update dependency concurrently to v8.2.0
  • chore(deps): update dependency rollup-plugin-typescript2 to v0.35.0
  • chore(deps): update dependency typescript to v5.1.6
  • ๐Ÿ” Create all rate-limited PRs at once ๐Ÿ”

Open

These updates have all been created already. Click a checkbox below to force a retry/rebase of any.

Detected dependencies

github-actions
.github/workflows/npm-publish.yml
  • actions/checkout v3
  • pnpm/action-setup v2.2.4
  • actions/setup-node v3
  • Enterwell/ChangelogManager-GitHub-Action v3
  • EndBug/add-and-commit v9.1.1
.github/workflows/static.yml
  • actions/checkout v3
  • pnpm/action-setup v2.2.4
  • actions/setup-node v3
  • actions/configure-pages v3
  • actions/upload-pages-artifact v1
  • actions/deploy-pages v2
.github/workflows/stories-check.yml
  • actions/checkout v3
  • pnpm/action-setup v2.2.4
  • actions/setup-node v3
  • EndBug/add-and-commit v9
npm
package.json
  • @babel/core 7.21.4
  • @babel/plugin-proposal-decorators 7.21.0
  • @babel/plugin-proposal-export-default-from 7.18.10
  • @babel/preset-env 7.21.4
  • @babel/preset-react 7.18.6
  • @babel/preset-typescript 7.21.4
  • @enterwell/react-form-validation 1.2.8
  • @rollup/plugin-commonjs 24.1.0
  • @rollup/plugin-node-resolve 15.0.2
  • @storybook/addon-actions 7.0.7
  • @storybook/addon-essentials 7.0.7
  • @storybook/addon-interactions 7.0.7
  • @storybook/addon-links 7.0.7
  • @storybook/react 7.0.7
  • @storybook/react-webpack5 7.0.7
  • @storybook/testing-library 0.1.0
  • @types/node 18.16.1
  • @types/react 18.2.0
  • babel-loader 9.1.2
  • concurrently 8.0.1
  • cross-env 7.0.3
  • esbuild 0.17.18
  • fs-extra 11.1.1
  • kill-port 2.0.1
  • postcss 8.4.23
  • react 18.2.0
  • react-dom 18.2.0
  • rimraf 5.0.0
  • rollup 3.21.0
  • rollup-plugin-esbuild 5.0.0
  • rollup-plugin-peer-deps-external 2.2.4
  • rollup-plugin-summary 2.0.0
  • rollup-plugin-typescript2 0.34.1
  • storybook 7.0.7
  • storycap 4.1.1
  • typescript 5.0.4
  • webpack 5.81.0
  • @enterwell/react-form-validation ^1
  • react ^17 || ^18
  • react-dom ^17 || ^18
  • node >=16

  • Check this box to trigger a request for Renovate to run again on this repository

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.