-
JSON Schema is a specification for defining the structure of JSON data. We use JSON Schema because it is a useful tool for describing the required content for the Data Passport (and other elements of …
-
Motivation here is to be able to process any JSON-LD with correct data to form (i.e. make it robust for any s-forms apps as well).
Test case 1:
- it should be possible to make transformation with …
-
**Description**
I'm encountering a critical issue with `sveltekit-superforms` where none of the form fields are being recognized. Despite following the documentation and ensuring that `dataType: 'jso…
-
### General information
- json-editor version: @latest
### Expected behavior
With `{display_required_only: false}` the form should also show optional fields.
### Actual behavior
If the opti…
-
- Edit item should open a form
- User should be able to update name, description, price, category, image
- Define an `onSubmit={(e) => handleFormSubmit(e)}` handler to trigger when user submits form…
-
-
- With issues:
- It can't parse /api/characters?filter[name]=Shrek
## Description
```
type CharactersFilter struct {
Name *string `json:"name" form:"name"`
}
type SearchDTO[Filter an…
-
## Description
[Support Ticket 20049 thread](https://gcdigital.slack.com/archives/C03T4FAE9FV/p1732047532378759) : JSON file in thread
Two “Go back” buttons are displayed side by side when a form page…
-
cc @tpluscode @amivanoff
https://www.npmjs.com/search?q=shacl has a lot of useful tools.
Below is a rough list, but we need to find the git repos, and add all attributes needed by "awesome.
Add ca…
-
### Introduction
SQLPage throws on `json_object`
### To Reproduce
A simple form component with one input child. Its child is a select with options. The example is borrowed from the postgres d…