Skip to content

Commit

Permalink
Merged in bugfix/SHIBUI-1171 (pull request #287)
Browse files Browse the repository at this point in the history
SHIBUI-1171 applied change to file backed provider

Approved-by: Ryan Mathis <rmathis@unicon.net>
  • Loading branch information
rmathis committed Jan 30, 2019
2 parents 19e3f03 + 3a9dcaf commit 854d63c
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,14 +53,14 @@
"description": "tooltip.refresh-delay-factor",
"type": "string",
"widget": {
"id": "number",
"step": 0.01
"id": "string",
"help": "message.real-number"
},
"placeholder": "label.real-number",
"minimum": 0,
"maximum": 1,
"default": null,
"pattern": "^([0]*(\\.[0-9]+)?|[0]*\\.[0-9]*[1-9][0-9]*)$"
"default": "",
"pattern": "^(?:([0]*(\\.[0-9]+)?|[0]*\\.[0-9]*[1-9][0-9]*)|)$"
}
}
}
Expand Down

0 comments on commit 854d63c

Please sign in to comment.