Skip to content

Commit

Permalink
Merged in bugfix/SHIBUI-1047 (pull request #271)
Browse files Browse the repository at this point in the history
Bugfix/SHIBUI-1047

Approved-by: Ryan Mathis <rmathis@unicon.net>
  • Loading branch information
Jodie Muramoto authored and rmathis committed Jan 21, 2019
2 parents 1ecda3f + b0c50a5 commit 942bb56
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,15 +51,16 @@
"refreshDelayFactor": {
"title": "label.refresh-delay-factor",
"description": "tooltip.refresh-delay-factor",
"type": "number",
"type": "string",
"widget": {
"id": "number",
"step": 0.01
},
"placeholder": "label.real-number",
"minimum": 0,
"maximum": 1,
"default": null
"default": null,
"pattern": "^([0]*(\\.[0-9]+)?|[0]*\\.[0-9]*[1-9][0-9]*)$"
}
}
}
Expand Down

0 comments on commit 942bb56

Please sign in to comment.