Skip to content

Commit

Permalink
Merge pull request #87 from FathomDigital/hbi-number-input
Browse files Browse the repository at this point in the history
min/max/step for stools input
  • Loading branch information
theworkerant committed Jul 28, 2015
2 parents 938d726 + 84e1436 commit ff98780
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/catalogs/hbi_catalog.rb
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ module HbiCatalog
[{
name: :stools,
kind: :number,
step: 1,
min: 0,
max: 100,
inputs: [
{value: 0, label: nil, meta_label: nil, helper: "stools_daily"}
]
Expand Down

0 comments on commit ff98780

Please sign in to comment.