informed icon indicating copy to clipboard operation
informed copied to clipboard

A lightweight framework and utility for building powerful forms in React applications

Results 30 informed issues
Sort by recently updated
recently updated
newest added

You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- Dependabot commands and options You can trigger Dependabot actions by commenting...

dependencies

Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 4.2.0 to 4.2.3. Changelog Sourced from vite's changelog. 4.2.3 (2023-05-26) fix: fs.deny with leading double slash (#13348) (293213b), closes #13348 4.2.2 (2023-04-18) fix: escape msg in render...

dependencies

Hey! I've been struggling with the following question: ``` const submit = ({values}) => { const isPublic = ????? await uploadBlog({ title: values.title, isPublic}) } Save Draft Create Blog ```...

First off, thanks for this amazing library. I'm not sure how this is not more popular than the alternatives. Docs are amazing, making this a kind of low code solution....

A request with a number of headers exceeding the `server.maxHeadersCount` threshold could be used to crash a ws server. ### Proof of concept ```js const http = require('http'); const WebSocket...

When using Informed with an array with a custom ui-control it does not render the items. This PR aims to add this support by treating all array type with different...

**Describe the bug** generic components `Radio` & `RadioGroup` are missing handling for `className` in `userProps`. Likely low-priority since most folks use custom components but nice to have :) Working example...

so that way, we can do: ```ts const handleOnSubmit = async ({ values }: FormState) => { ... } ``` but we can still use former way, so no breaking...