We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bf4048 commit 88a58a9Copy full SHA for 88a58a9
1 file changed
src/Test/Html/Event.elm
@@ -343,10 +343,10 @@ the browser would send to the event listener callback.
343
)
344
]
345
in
346
- Html.input [ onInput Change ] [ ]
347
- |> Query.fromHtml
348
- |> Event.simulate (Event.custom "input" simulatedEventObject)
349
- |> Event.expect (Change "cats")
+ Html.input [ onInput Change ] [ ]
+ |> Query.fromHtml
+ |> Event.simulate (Event.custom "input" simulatedEventObject)
+ |> Event.expect (Change "cats")
350
351
-}
352
custom : String -> Value -> ( String, Value )
0 commit comments