-
**Describe the bug**
A clear and concise description of what the bug is.
dependencies :
"@formio/js": "5.0.0-dev.5621.91bd945",
"@formio/react": "6.0.0-dev.568.ced0fbd",
**To Re…
-
## Issue Description
_Update Vets API to support both v1 and v2 of 686/674 forms._
There are already two different schemas. This ticket is to ensure that both are using the proper schema for their re…
-
**Environment**:
- CTFd Version/Commit: 3.7.4
- Operating System: N/A
- Web Browser and Version: N/A
**What happened?**
If a plugin fails in the create method, CTFd will return an interna…
-
### Describe the bug
When importing an OpenAPI schema which has an `example` defined for a parameter (in my case the URL path parameter) this example value is always used, even when a form handler …
-
Based on this OpenAPI : https://github.com/sebastienlevert/jsonplaceholder-api/blob/main/openapi.yaml
(I made edits to the operation to illustrate some use cases.)
And this operation:
```
/p…
-
If there is an array in the schema you can only add and remove the last item in the dataset form.
For instance, if there are 3 distributions, you cannot change their order or remove just the first or…
-
### Describe the bug
Updating data for nested property with numeric key is working kinda funny 😅
For that kind of schema:
```
{
"type": "object",
"properties": {
"group-key": {
…
-
### URL
https://formly.dev/
### Summary
Angular Formly is an awesome angular library that supports building forms using either their own schema or following JSON schema as an option.
Checkout thi…
-
# Creating a Schema-Based Form System | Tania Rascia
View the Source or Demo for the schema-based form system described in this article. Working with forms on the front end is tedious and…
[https://…
-
I have trouble using Stripe OAS with OAS code generators, specifically in Go.
Let's take a look at an example of Stripe OAS below:
```yaml
openapi: 3.0.0
paths:
/v1/account:
get:
…