Skip to content
This repository has been archived by the owner on Jul 21, 2020. It is now read-only.

[TG-237] [fix] enable decimal and negativ values in scenarion wizard … #151

Merged
merged 2 commits into from
Nov 15, 2016

Conversation

velmyk
Copy link
Contributor

@velmyk velmyk commented Nov 13, 2016

…values

@review-ninja
Copy link

ReviewNinja

@codecov-io
Copy link

codecov-io commented Nov 13, 2016

Current coverage is 96.70% (diff: 100%)

Merging #151 into master will decrease coverage by 0.07%

@@             master       #151   diff @@
==========================================
  Files            47         54     +7   
  Lines           868       1092   +224   
  Methods           8          8          
  Messages          0          0          
  Branches         34         47    +13   
==========================================
+ Hits            840       1056   +216   
- Misses           28         36     +8   
  Partials          0          0          

Powered by Codecov. Last update 740f1b8...e20581f

@@ -53,7 +53,7 @@
type="text"
placeholder="Enter value"
required
pattern="[0-9]+"
pattern="^[+-]?\d+(\.\d+)?$"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we just use type="number" for this case?

@@ -53,7 +53,7 @@
type="text"
placeholder="Enter value"
required
pattern="[0-9]+"
pattern="^[+-]?\d+(\.\d+)?$"
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

!fixed

@velmyk velmyk merged commit 6fda1de into master Nov 15, 2016
@disist disist deleted the bugfix/tg-237-decimal-and-negativ-values branch November 15, 2016 15:00
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants