Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 267 Bytes

1.7.5.md

File metadata and controls

14 lines (9 loc) · 267 Bytes

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.