Skip to content

Commit

Permalink
Add support for floats via UpDownWidget
Browse files Browse the repository at this point in the history
  • Loading branch information
Dom Harrington committed Oct 26, 2017
1 parent e05560e commit b8b2461
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/api-explorer-ui/src/Params.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ function Params({ oas, operation, formData, onChange, onSubmit }) {
int64: UpDownWidget,
int32: UpDownWidget,
double: UpDownWidget,
float: UpDownWidget,
TextWidget,
}}
onSubmit={onSubmit}
Expand Down

0 comments on commit b8b2461

Please sign in to comment.