1.7.5 Multiple event handlers are now run in sequence, rather than the latest overriding the previous. Example: <.input( ^.onKeyDown ==> handler1, ^.onKeyDown ==> handler2, The spellCheck attribute now only accepts booleans.