Skip to content

Commit

Permalink
chore: mention bulkEditing option in changeEditorInterface (#147)
Browse files Browse the repository at this point in the history
  • Loading branch information
rupl authored and Khaledgarbaya committed Jan 2, 2019
1 parent f5b3595 commit b53ad66
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -488,7 +488,8 @@ Changes the editor interface of given field's ID.
- **`falseLabel : string`** _(only for fields of type boolean)_ – Shows this text next to the radio button that sets this value to `false`. Defaults to “No”.
- **`stars : number`** _(only for fields of type rating)_ – Number of stars to select from. Defaults to 5.
- **`format : string`** _(only for fields of type datePicker)_ – One of “dateonly”, “time”, “timeZ” (default). Specifies whether to show the clock and/or timezone inputs.
- **`ampm : string`** _(only for fields of type datePicker)_ – Specifies which type of clock to use. Must be one of the stringss “12” or “24” (default).
- **`ampm : string`** _(only for fields of type datePicker)_ – Specifies which type of clock to use. Must be one of the strings “12” or “24” (default).
- **`bulkEditing : boolean`** _(only for fields of type Array)_ – Specifies whether bulk editing of linked entries is possible.

#### `resetEditorInterface (fieldId)` : void

Expand Down

0 comments on commit b53ad66

Please sign in to comment.