Skip to content

Commit

Permalink
add str to options list. fix minor typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
amit lissack authored and amit lissack committed Jan 23, 2020
1 parent 9b41dce commit 9498731
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ Each field must have a unique `name`, otherwise unexpected behavior may occur.

### `type`

The `type` field specifies what kind of input field you want. The options are `float`, `int`, `dropDown`, or `textFile`.
The `type` field specifies what kind of input field you want. The options are `float`, `int`, `str`, `dropDown`, or `textFile`.

### `label`

Expand Down Expand Up @@ -190,7 +190,7 @@ Note that unlike other field types, `dropDown` has no `default`. Instead, it wil

This creates a file upload widget.

It's important for PL that you specify a working `default` value so that the protocol can by simulated using that default value.
It's important for PL that you specify a working `default` value so that the protocol can be simulated using that default value.

```json
{
Expand Down

0 comments on commit 9498731

Please sign in to comment.