diff --git a/README.md b/README.md index 0ae52f0..7b3204f 100644 --- a/README.md +++ b/README.md @@ -55,21 +55,13 @@ cases the method will return an object `{}`. ## Options -`includeEmptyValuedElements` (`boolean`, default `false`) +| Option name | Default | Description | +|---------------------------------------------|-----------------------------|--------------------------------------------------------------------------------------------------------------------------------------| +| `includeEmptyValuedElements` | `boolean` (default `false`) | Return field names as keys with empty value `""` instead of just ignoring them. | +| `w3cSuccessfulControlsOnly` | `boolean` (default `false`) | TBA, WIP | +| `selectNameWithEmptyBracketsReturnsArray` | `boolean` (default `true`) | `` checkboxes with field names like `name=checkbox[]` always return an array `[a,b]` instead or array of arrays `[0: [a,b]]`. | -Return field names as keys with empty value `""` instead of just ignoring them. - -`w3cSuccessfulControlsOnly` (`boolean`, default `false`) - -TBA - -`selectNameWithEmptyBracketsReturnsArray` (`boolean`, default `true`) - -`` checkboxes with field names like `name=checkbox[]` always return an array `[a,b]` instead or array of arrays `[0: [a,b]]`. ## Browser support