feat(names): increment can be zero
This commit is contained in:
@@ -123,5 +123,5 @@ view model =
|
||||
, br_
|
||||
, br_
|
||||
, 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))
|
||||
]
|
||||
|
Reference in New Issue
Block a user