In the js version of the code would look like

    el.addEventListener('keyup', function(ev){
        if(ev.keyCode == 32){
            ev.preventDefault();
        }
    });


Can't seems to do that in current Html.Events.onWithOptions

-- 
You received this message because you are subscribed to the Google Groups "Elm 
Discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to