Skip to content

Commit

Permalink
Update docs/content/1_docs/4_form-fields/10_browser.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Tofandel authored and ifox committed Feb 14, 2024
1 parent 6fb9503 commit 3b5d66f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/content/1_docs/4_form-fields/10_browser.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ Browser::make()
|:----------------------|:--------------------------------------------------------------------------------|:--------|:--------------|
| name | Name of the field | string | |
| label | Label of the field | string | |
| moduleName | Name of the module (single related module) (use the `modules` method with a single class for the FormBuilder) | string | |
| modules | Array of modules (multiple related modules), must include _name_ or be a module class | array | |
| endpoints | Array of endpoints (multiple related modules), must include _value_ and _label_ | array | |
| params | Array of query params (key => value) to be passed to the browser endpoint | array | |
Expand Down

0 comments on commit 3b5d66f

Please sign in to comment.