final-form-material-ui icon indicating copy to clipboard operation
final-form-material-ui copied to clipboard

A set of wrapper components to facilitate using Material UI with Final Form

Results 32 final-form-material-ui issues
Sort by recently updated
recently updated
newest added

Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.5.4 to 6.12.6. Release notes Sourced from ajv's releases. v6.12.6 Fix performance issue of "url" format. v6.12.5 Fix uri scheme validation (@​ChALkeR). Fix boolean schemas with strictKeywords...

dependencies

Hi, can anyone help me why the Select won't open at first click? `https://stackblitz.com/edit/react-jtv7me?file=demo.js`

Bumps [tar](https://github.com/npm/node-tar) from 4.4.6 to 4.4.19. Commits 9a6faa0 4.4.19 70ef812 drop dirCache for symlink on all platforms 3e35515 4.4.18 52b09e3 fix: prevent path escape using drive-relative paths bb93ba2 fix: reserve...

dependencies

https://github.com/Deadly0/final-form-material-ui/blob/555cb245223c377975274305e955e51bf7c3e3d2/src/Select.tsx#L28 The label should also be passed to the Select component to display the label correctly.

Type error: Type 'FunctionComponent' is not assignable to type 'string | ComponentClass | FunctionComponent | undefined'. Type 'FunctionComponent' is not assignable to type 'FunctionComponent'. Types of parameters 'props' and 'props'...

Bumps [ua-parser-js](https://github.com/faisalman/ua-parser-js) from 0.7.18 to 0.7.28. Commits 1d3c98a Revert breaking fix #279 and release as 0.7.28 535f11b Delete redundant code 642c039 Fix #492 LG TV WebOS detection 3edacdd Merge branch...

dependencies

Hello, i try to use an onChange Event: ` onTitleChange(e)} placeholder="Title" label="Titel" />` But the event is not fired. I also tried: ` ` Any help? Thank you very much!

Bumps [elliptic](https://github.com/indutny/elliptic) from 6.4.1 to 6.5.4. Commits 43ac7f2 6.5.4 f4bc72b package: bump deps 441b742 ec: validate that a point before deriving keys e71b2d9 lib: relint using eslint 8421a01 build(deps): bump...

dependencies

In order to work with modern development tools like [snowpack](https://www.snowpack.dev) or [vite](https://vitejs.dev/) 😍

By just doing a `import { TextField } from "final-form-material-ui";` I am gettting a Reference Error of windows which is not defined.