Skip to content

Commit e65f480

Browse files
committed
Oh, we can also delete numeric thing
1 parent 40617f8 commit e65f480

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/JsonInput.elm

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -455,6 +455,13 @@ form id valueUpdateErrors editPropertyName editPath editValue val path =
455455
s |> toString |> flip (++) "," |> text
456456

457457
StringEValue s ->
458+
s
459+
|> toString
460+
|> flip (++) ","
461+
|> text
462+
|> el PropertyValue []
463+
464+
DeletedValue (NumericEValue s) ->
458465
s |> toString |> flip (++) "," |> text
459466

460467
NumericEValue s ->
@@ -507,6 +514,7 @@ form id valueUpdateErrors editPropertyName editPath editValue val path =
507514
else
508515
"none"
509516
)
517+
, ( "color", "grey" )
510518
]
511519
]
512520
, case prop of

0 commit comments

Comments
 (0)