feat(names): increment can be zero
This commit is contained in:
parent
72071df374
commit
c719871d5a
|
@ -123,5 +123,5 @@ view model =
|
||||||
, br_
|
, br_
|
||||||
, br_
|
, br_
|
||||||
, text "increment"
|
, text "increment"
|
||||||
, select [ onInput InputIncr ] (List.range 1 20 |> List.map (String.fromInt >> (\s -> ( s, s )) >> renderOption))
|
, select [ onInput InputIncr ] (List.range 1 20 ++ [ 0 ] |> List.map (String.fromInt >> (\s -> ( s, s )) >> renderOption))
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in New Issue