Skip to content

Commit

Permalink
Merge branch 'main' into patch-2
Browse files Browse the repository at this point in the history
  • Loading branch information
gioboa authored Jan 6, 2025
2 parents 1da2b6e + e2b111a commit 6789bcf
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Nested items can be created by separating the items with `.` (dot) in the name.

### Arrays

Arrays, either top level or nested are created by specifying the zero-based index in the name. For example `person.pets.0` would be converted to `{ person: { pets: [ 'cat' ] } }`.
Arrays, either top-level or nested are created by specifying the zero-based index in the name. For example `person.pets.0` would be converted to `{ person: { pets: [ 'cat' ] } }`.

### Example

Expand Down Expand Up @@ -52,7 +52,7 @@ The key to creating a complex form is in the naming of the inputs. Below would b

#### Output object

The after submitting the form the data would be parsed in an object like this:
After submitting the form the data would be parsed in an object like this:
```json
{
"person": [
Expand Down

0 comments on commit 6789bcf

Please sign in to comment.