-
Hello! Thanks for the work in this repository, it works great!
I had a problem and I did not know how to fix it:
I tried to place the form in an `admin.StackedInline`, then add it to an` admin.M…
-
| Q | A
| --- | ---
| Bug? | yes
| New Feature? | no
| Sulu Version | sulu-2.0
#### Actual Behavior
Form validation triggers on mandatory disabled fields, which prevents form from being save…
HadGS updated
8 months ago
-
## Short description
The graphql.parse(query, schema) builtin that was added in v0.41 no longer returns definition as part of the query ast had return the property definition as port of the quer…
-
### 🔖 Feature description
As a developer, I want to know what exactly an SDK method, for example `Accounts.get()`, will return. It would be way more useful for this method to return an `Account` obje…
-
# `createForm()` proposal.
## Requirements
- headless, allowing developer to use any UI component library for inputs
- allowing great control with opt-out option by using helpers to make DX sim…
-
I have tried to make use of:
json-schema-validator but I found that it is only good when validating a well formed Json request, and there are only errors at root level at that point it will generate …
-
Schemas change over time. We need to design a safe way for composers and displays to interop safely if their schemas are on different versions. We should also consider tools to help prevent unexpected…
-
**Description:**
The example in the README fails YAML schema validation in VSCode
**Action version:**
v5.0.0
**Platform:**
- [x] Ubuntu
- [ ] macOS
- [ ] Windows
**Runner typ…
-
Our API validates requests as a whole using JSON schema and returns a list of issues that we would like to update the form state with. The schema includes more business-logic aspects that we wouldn't …
-
### Use case
Original discussion: https://github.com/aws-powertools/powertools-lambda-python/discussions/3609
OpenAPI supports File and Form fields in the Request Body and we must add support for …