All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.scalajs.dom.event.FormEvents.scala Maven / Gradle / Ivy

There is a newer version: 0.4.2
Show newest version
package io.scalajs.dom.event

import scala.scalajs.js

/**
  * Form Events
  * @author [email protected]
  */
@js.native
trait FormEvents extends js.Object {

  /**
    * The event occurs when an element loses focus
    */
  def onblur(callback: js.Function): Unit = js.native

  /**
    * The event occurs when the content of a form element, the selection, or the checked state have
    * changed (for , ,