-
### 👟 Reproduction steps
My project having 2 application in flutter in which 1 user admin app and other is user app.
From the admin app I need to create users with the auths.
When I am creating a n…
-
- [x] Before posting an issue, read the [FAQ](https://superforms.rocks/faq) and search the previous issues.
**Description**
Schemasafe adapter throwing runtime error
```
sveltekit-superforms….j…
-
### Bug report
Remote Validator Not Blocking Form Submission
#### Reproduction of the problem
Project
[TelerikAspNetCoreApp656.zip](https://github.com/telerik/kendo-ui-core/files/10870562/Tele…
-
I would like to transfer form data in JSON. The file uploads should be specified in the [Data URI schema](https://en.wikipedia.org/wiki/Data_URI_scheme). My JSON schema looks like this.
```json
{
…
-
### Description
In all of its simplicity, this form input is a button, which when pressed, creates an HTTP request and returns the value back to the form. This input is meant to be a very low-level, …
-
After implementing server-side rendered validation errors, the validator package was needed in `form-control.ts`
This breaks the independence of our packages.
Find a way such that validator is n…
-
I'm trying to change css of input on error, but not working
```typescript
const form = new Form({
initialValues: {
name: '',
},
validator: yupValidator(
yup.object({
…
-
We need to check the input types of the fields and also check that the necessary fields are not empty. These tasks will require the addition of a form validator that exports the appropriate messages i…
-
### Describe the bug
I have a strange use case where some nested components also have their own `` with their own validation & submission, and noticed that the child components appear to also update …
-
### Which @angular/* package(s) are relevant/related to the feature request?
forms
### Description
There is no way to be notified when someone added/removed validator to formControl.
### Proposed …