trait FormProps extends Object with FormHTMLAttributes[Form] with ClassAttributes[Form]
- Annotations
- @JSType()
- Alphabetic
- By Inheritance
- FormProps
- ClassAttributes
- Attributes
- FormHTMLAttributes
- HTMLAttributes
- DOMAttributes
- AriaAttributes
- Object
- Any
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val acceptCharset: UndefOr[String]
- Definition Classes
- FormHTMLAttributes
- Annotations
- @JSOptional()
- val accessKey: UndefOr[String]
- Definition Classes
- HTMLAttributes
- Annotations
- @JSOptional()
- val action: UndefOr[String]
- Definition Classes
- FormHTMLAttributes
- Annotations
- @JSOptional()
- val aria-activedescendant: UndefOr[String]
- Definition Classes
- AriaAttributes
- Annotations
- @JSOptional()
- val aria-busy: UndefOr[|[Boolean, String]]
- Definition Classes
- AriaAttributes
- Annotations
- @JSOptional()
- val aria-checked: UndefOr[|[Boolean, String]]
- Definition Classes
- AriaAttributes
- Annotations
- @JSOptional()
- val aria-colcount: UndefOr[Int]
- Definition Classes
- AriaAttributes
- Annotations
- @JSOptional()
- val aria-colindex: UndefOr[Int]
- Definition Classes
- AriaAttributes
- Annotations
- @JSOptional()
- val aria-colspan: UndefOr[Int]
- Definition Classes
- AriaAttributes
- Annotations
- @JSOptional()
- val aria-details: UndefOr[String]
- Definition Classes
- AriaAttributes
- Annotations
- @JSOptional()
- val aria-disabled: UndefOr[|[Boolean, String]]
- Definition Classes
- AriaAttributes
- Annotations
- @JSOptional()
- val aria-hidden: UndefOr[|[Boolean, String]]
- Definition Classes
- AriaAttributes
- Annotations
- @JSOptional()
- val aria-invalid: UndefOr[|[Boolean, String]]
- Definition Classes
- AriaAttributes
- Annotations
- @JSOptional()
- val aria-keyshortcuts: UndefOr[String]
- Definition Classes
- AriaAttributes
- Annotations
- @JSOptional()
- val aria-label: UndefOr[String]
- Definition Classes
- AriaAttributes
- Annotations
- @JSOptional()
- val aria-labelledby: UndefOr[String]
- Definition Classes
- AriaAttributes
- Annotations
- @JSOptional()
- val aria-level: UndefOr[Int]
- Definition Classes
- AriaAttributes
- Annotations
- @JSOptional()
- val aria-placeholder: UndefOr[String]
- Definition Classes
- AriaAttributes
- Annotations
- @JSOptional()
- val aria-posinset: UndefOr[Int]
- Definition Classes
- AriaAttributes
- Annotations
- @JSOptional()
- val aria-required: UndefOr[|[Boolean, String]]
- Definition Classes
- AriaAttributes
- Annotations
- @JSOptional()
- val aria-roledescription: UndefOr[String]
- Definition Classes
- AriaAttributes
- Annotations
- @JSOptional()
- val aria-rowcount: UndefOr[Int]
- Definition Classes
- AriaAttributes
- Annotations
- @JSOptional()
- val aria-rowindex: UndefOr[Int]
- Definition Classes
- AriaAttributes
- Annotations
- @JSOptional()
- val aria-rowspan: UndefOr[Int]
- Definition Classes
- AriaAttributes
- Annotations
- @JSOptional()
- val aria-selected: UndefOr[|[Boolean, String]]
- Definition Classes
- AriaAttributes
- Annotations
- @JSOptional()
- val aria-setsize: UndefOr[|[Boolean, String]]
- Definition Classes
- AriaAttributes
- Annotations
- @JSOptional()
- val aria-sort: UndefOr[String]
- Definition Classes
- AriaAttributes
- Annotations
- @JSOptional()
- val aria-valuemax: UndefOr[Int]
- Definition Classes
- AriaAttributes
- Annotations
- @JSOptional()
- val aria-valuemin: UndefOr[Int]
- Definition Classes
- AriaAttributes
- Annotations
- @JSOptional()
- val aria-valuenow: UndefOr[Int]
- Definition Classes
- AriaAttributes
- Annotations
- @JSOptional()
- val aria-valuetext: UndefOr[String]
- Definition Classes
- AriaAttributes
- Annotations
- @JSOptional()
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val autoCapitalize: UndefOr[String]
- Definition Classes
- HTMLAttributes
- Annotations
- @JSOptional()
- val autoComplete: UndefOr[String]
- Definition Classes
- FormHTMLAttributes
- Annotations
- @JSOptional()
- val autoCorrect: UndefOr[String]
- Definition Classes
- HTMLAttributes
- Annotations
- @JSOptional()
- val autoSave: UndefOr[String]
- Definition Classes
- HTMLAttributes
- Annotations
- @JSOptional()
- val children: UndefOr[ReactNode]
reactjs specific
reactjs specific
- Definition Classes
- DOMAttributes
- Annotations
- @JSOptional()
- val className: UndefOr[String]
- Definition Classes
- HTMLAttributes
- Annotations
- @JSOptional()
- def clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- val color: UndefOr[String]
- Definition Classes
- HTMLAttributes
- Annotations
- @JSOptional()
- val contentEditable: UndefOr[Boolean]
- Definition Classes
- HTMLAttributes
- Annotations
- @JSOptional()
- val dangerouslySetInnerHTML: UndefOr[SetInnerHTML]
reactjs specific
reactjs specific
- Definition Classes
- DOMAttributes
- Annotations
- @JSOptional()
- val defaultChecked: UndefOr[Boolean]
reactjs specific
reactjs specific
- Definition Classes
- HTMLAttributes
- Annotations
- @JSOptional()
- val defaultValue: UndefOr[|[String, Array[String]]]
reactjs specific
reactjs specific
- Definition Classes
- HTMLAttributes
- Annotations
- @JSOptional()
- val dir: UndefOr[String]
- Definition Classes
- HTMLAttributes
- Annotations
- @JSOptional()
- val draggable: UndefOr[Boolean]
- Definition Classes
- HTMLAttributes
- Annotations
- @JSOptional()
- val encType: UndefOr[String]
- Definition Classes
- FormHTMLAttributes
- Annotations
- @JSOptional()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def hasOwnProperty(v: String): Boolean
- Definition Classes
- Object
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- val hidden: UndefOr[Boolean]
- Definition Classes
- HTMLAttributes
- Annotations
- @JSOptional()
- val id: UndefOr[String]
- Definition Classes
- HTMLAttributes
- Annotations
- @JSOptional()
- val inputMode: UndefOr[String]
- Definition Classes
- HTMLAttributes
- Annotations
- @JSOptional()
- val is: UndefOr[String]
- Definition Classes
- HTMLAttributes
- Annotations
- @JSOptional()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isPrototypeOf(v: Object): Boolean
- Definition Classes
- Object
- val itemID: UndefOr[String]
- Definition Classes
- HTMLAttributes
- Annotations
- @JSOptional()
- val itemProp: UndefOr[String]
- Definition Classes
- HTMLAttributes
- Annotations
- @JSOptional()
- val itemRef: UndefOr[String]
- Definition Classes
- HTMLAttributes
- Annotations
- @JSOptional()
- val itemScope: UndefOr[Boolean]
- Definition Classes
- HTMLAttributes
- Annotations
- @JSOptional()
- val itemType: UndefOr[String]
- Definition Classes
- HTMLAttributes
- Annotations
- @JSOptional()
- val key: UndefOr[KeyType]
- Definition Classes
- Attributes
- Annotations
- @JSOptional()
- val lang: UndefOr[String]
- Definition Classes
- HTMLAttributes
- Annotations
- @JSOptional()
- val method: UndefOr[String]
- Definition Classes
- FormHTMLAttributes
- Annotations
- @JSOptional()
- val name: UndefOr[String]
- Definition Classes
- FormHTMLAttributes
- Annotations
- @JSOptional()
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val noValidate: UndefOr[Boolean]
- Definition Classes
- FormHTMLAttributes
- Annotations
- @JSOptional()
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- val nselectable: UndefOr[Boolean]
- Definition Classes
- HTMLAttributes
- Annotations
- @JSOptional()
- val onAbort: UndefOr[vdom.ReactEventHandler[Form]]
- Definition Classes
- DOMAttributes
- Annotations
- @JSOptional()
- val onAbortCapture: UndefOr[vdom.ReactEventHandler[Form]]
- Definition Classes
- DOMAttributes
- Annotations
- @JSOptional()
- val onAnimationEnd: UndefOr[vdom.AnimationEventHandler[Form]]
- Definition Classes
- DOMAttributes
- Annotations
- @JSOptional()
- val onAnimationEndCapture: UndefOr[vdom.AnimationEventHandler[Form]]
- Definition Classes
- DOMAttributes
- Annotations
- @JSOptional()
- val onAnimationIteration: UndefOr[vdom.AnimationEventHandler[Form]]
- Definition Classes
- DOMAttributes
- Annotations
- @JSOptional()
- val onAnimationIterationCapture: UndefOr[vdom.AnimationEventHandler[Form]]
- Definition Classes
- DOMAttributes
- Annotations
- @JSOptional()
- val onAnimationStart: UndefOr[vdom.AnimationEventHandler[Form]]
- Definition Classes
- DOMAttributes
- Annotations
- @JSOptional()
- val onAnimationStartCapture: UndefOr[vdom.AnimationEventHandler[Form]]
- Definition Classes
- DOMAttributes
- Annotations
- @JSOptional()
- val onAuxClick: UndefOr[vdom.MouseEventHandler[Form]]
- Definition Classes
- DOMAttributes
- Annotations
- @JSOptional()
- val onAuxClickCapture: UndefOr[vdom.MouseEventHandler[Form]]
- Definition Classes
- DOMAttributes
- Annotations
- @JSOptional()
- val onBlur: UndefOr[vdom.FocusEventHandler[Form]]
- Definition Classes
- DOMAttributes
- Annotations
- @JSOptional()
- val onBlurCapture: UndefOr[vdom.FocusEventHandler[Form]]
- Definition Classes
- DOMAttributes
- Annotations
- @JSOptional()
- val onCanPlay: UndefOr[vdom.ReactEventHandler[Form]]
- Definition Classes
- DOMAttributes
- Annotations
- @JSOptional()
- val onCanPlayCapture: UndefOr[vdom.ReactEventHandler[Form]]
- Definition Classes
- DOMAttributes
- Annotations
- @JSOptional()
- val onCanPlayThrough: UndefOr[vdom.ReactEventHandler[Form]]
- Definition Classes
- DOMAttributes
- Annotations
- @JSOptional()
- val onCanPlayThroughCapture: UndefOr[vdom.ReactEventHandler[Form]]
- Definition Classes
- DOMAttributes
- Annotations
- @JSOptional()
- val onChangeCapture: UndefOr[vdom.FormEventHandler[Form]]
- Definition Classes
- DOMAttributes
- Annotations
- @JSOptional()
- val onClick: UndefOr[vdom.MouseEventHandler[Form]]
- Definition Classes
- DOMAttributes
- Annotations
- @JSOptional()
- val onClickCapture: UndefOr[vdom.MouseEventHandler[Form]]
- Definition Classes
- DOMAttributes
- Annotations
- @JSOptional()
- val onCompositionEnd: UndefOr[vdom.CompositionEventHandler[Form]]
- Definition Classes
- DOMAttributes
- Annotations
- @JSOptional()
- val onCompositionEndCapture: UndefOr[vdom.CompositionEventHandler[Form]]
- Definition Classes
- DOMAttributes
- Annotations
- @JSOptional()
- val onCompositionStart: UndefOr[vdom.CompositionEventHandler[Form]]
- Definition Classes
- DOMAttributes
- Annotations
- @JSOptional()
- val onCompositionStartCapture: UndefOr[vdom.CompositionEventHandler[Form]]
- Definition Classes
- DOMAttributes
- Annotations
- @JSOptional()
- val onCompositionUpdate: UndefOr[vdom.CompositionEventHandler[Form]]
- Definition Classes
- DOMAttributes
- Annotations
- @JSOptional()
- val onCompositionUpdateCapture: UndefOr[vdom.CompositionEventHandler[Form]]
- Definition Classes
- DOMAttributes
- Annotations
- @JSOptional()
- val onContextMenu: UndefOr[vdom.MouseEventHandler[Form]]
- Definition Classes
- DOMAttributes
- Annotations
- @JSOptional()
- val onContextMenuCapture: UndefOr[vdom.MouseEventHandler[Form]]
- Definition Classes
- DOMAttributes
- Annotations
- @JSOptional()
- val onCopy: UndefOr[vdom.ClipboardEventHandler[Form]]
- Definition Classes
- DOMAttributes
- Annotations
- @JSOptional()
- val onCopyCapture: UndefOr[vdom.ClipboardEventHandler[Form]]
- Definition Classes
- DOMAttributes
- Annotations
- @JSOptional()
- val onCut: UndefOr[vdom.ClipboardEventHandler[Form]]
- Definition Classes
- DOMAttributes
- Annotations
- @JSOptional()
- val onCutCapture: UndefOr[vdom.ClipboardEventHandler[Form]]
- Definition Classes
- DOMAttributes
- Annotations
- @JSOptional()
- val onDoubleClick: UndefOr[vdom.MouseEventHandler[Form]]
- Definition Classes
- DOMAttributes
- Annotations
- @JSOptional()
- val onDoubleClickCapture: UndefOr[vdom.MouseEventHandler[Form]]
- Definition Classes
- DOMAttributes
- Annotations
- @JSOptional()
- val onDrag: UndefOr[vdom.DragEventHandler[Form]]
- Definition Classes
- DOMAttributes
- Annotations
- @JSOptional()
- val onDragCapture: UndefOr[vdom.DragEventHandler[Form]]
- Definition Classes
- DOMAttributes
- Annotations
- @JSOptional()
- val onDragEnd: UndefOr[vdom.DragEventHandler[Form]]
- Definition Classes
- DOMAttributes
- Annotations
- @JSOptional()
- val onDragEndCapture: UndefOr[vdom.DragEventHandler[Form]]
- Definition Classes
- DOMAttributes
- Annotations
- @JSOptional()
- val onDragEnter: UndefOr[vdom.DragEventHandler[Form]]
- Definition Classes
- DOMAttributes
- Annotations
- @JSOptional()
- val onDragEnterCapture: UndefOr[vdom.DragEventHandler[Form]]
- Definition Classes
- DOMAttributes
- Annotations
- @JSOptional()
- val onDragExit: UndefOr[vdom.DragEventHandler[Form]]
- Definition Classes
- DOMAttributes
- Annotations
- @JSOptional()
- val onDragExitCapture: UndefOr[vdom.DragEventHandler[Form]]
- Definition Classes
- DOMAttributes
- Annotations
- @JSOptional()
- val onDragLeave: UndefOr[vdom.DragEventHandler[Form]]
- Definition Classes
- DOMAttributes
- Annotations
- @JSOptional()
- val onDragLeaveCapture: UndefOr[vdom.DragEventHandler[Form]]
- Definition Classes
- DOMAttributes
- Annotations
- @JSOptional()
- val onDragOver: UndefOr[vdom.DragEventHandler[Form]]
- Definition Classes
- DOMAttributes
- Annotations
- @JSOptional()
- val onDragOverCapture: UndefOr[vdom.DragEventHandler[Form]]
- Definition Classes
- DOMAttributes
- Annotations
- @JSOptional()
- val onDragStart: UndefOr[vdom.DragEventHandler[Form]]
- Definition Classes
- DOMAttributes
- Annotations
- @JSOptional()
- val onDragStartCapture: UndefOr[vdom.DragEventHandler[Form]]
- Definition Classes
- DOMAttributes
- Annotations
- @JSOptional()
- val onDrop: UndefOr[vdom.DragEventHandler[Form]]
- Definition Classes
- DOMAttributes
- Annotations
- @JSOptional()
- val onDropCapture: UndefOr[vdom.DragEventHandler[Form]]
- Definition Classes
- DOMAttributes
- Annotations
- @JSOptional()
- val onDurationChange: UndefOr[vdom.ReactEventHandler[Form]]
- Definition Classes
- DOMAttributes
- Annotations
- @JSOptional()
- val onDurationChangeCapture: UndefOr[vdom.ReactEventHandler[Form]]
- Definition Classes
- DOMAttributes
- Annotations
- @JSOptional()
- val onEmptied: UndefOr[vdom.ReactEventHandler[Form]]
- Definition Classes
- DOMAttributes
- Annotations
- @JSOptional()
- val onEmptiedCapture: UndefOr[vdom.ReactEventHandler[Form]]
- Definition Classes
- DOMAttributes
- Annotations
- @JSOptional()
- val onEmptyClick: UndefOr[Function0[Unit]]
- Definition Classes
- DOMAttributes
- Annotations
- @JSOptional() @JSName("onClick")
- val onEncrypted: UndefOr[vdom.ReactEventHandler[Form]]
- Definition Classes
- DOMAttributes
- Annotations
- @JSOptional()
- val onEncryptedCapture: UndefOr[vdom.ReactEventHandler[Form]]
- Definition Classes
- DOMAttributes
- Annotations
- @JSOptional()
- val onEnded: UndefOr[vdom.ReactEventHandler[Form]]
- Definition Classes
- DOMAttributes
- Annotations
- @JSOptional()
- val onEndedCapture: UndefOr[vdom.ReactEventHandler[Form]]
- Definition Classes
- DOMAttributes
- Annotations
- @JSOptional()
- val onError: UndefOr[vdom.ReactEventHandler[Form]]
- Definition Classes
- DOMAttributes
- Annotations
- @JSOptional()
- val onErrorCapture: UndefOr[vdom.ReactEventHandler[Form]]
- Definition Classes
- DOMAttributes
- Annotations
- @JSOptional()
- val onFocus: UndefOr[vdom.FocusEventHandler[Form]]
- Definition Classes
- DOMAttributes
- Annotations
- @JSOptional()
- val onFocusCapture: UndefOr[vdom.FocusEventHandler[Form]]
- Definition Classes
- DOMAttributes
- Annotations
- @JSOptional()
- val onGotPointerCapture: UndefOr[vdom.PointerEventHandler[Form]]
- Definition Classes
- DOMAttributes
- Annotations
- @JSOptional()
- val onGotPointerCaptureCapture: UndefOr[vdom.PointerEventHandler[Form]]
- Definition Classes
- DOMAttributes
- Annotations
- @JSOptional()
- val onInput: UndefOr[vdom.FormEventHandler[Form]]
- Definition Classes
- DOMAttributes
- Annotations
- @JSOptional()
- val onInputCapture: UndefOr[vdom.FormEventHandler[Form]]
- Definition Classes
- DOMAttributes
- Annotations
- @JSOptional()
- val onInvalid: UndefOr[vdom.FormEventHandler[Form]]
- Definition Classes
- DOMAttributes
- Annotations
- @JSOptional()
- val onInvalidCapture: UndefOr[vdom.FormEventHandler[Form]]
- Definition Classes
- DOMAttributes
- Annotations
- @JSOptional()
- val onKeyDown: UndefOr[vdom.KeyboardEventHandler[Form]]
- Definition Classes
- DOMAttributes
- Annotations
- @JSOptional()
- val onKeyPress: UndefOr[vdom.KeyboardEventHandler[Form]]
- Definition Classes
- DOMAttributes
- Annotations
- @JSOptional()
- val onKeyPressCapture: UndefOr[vdom.KeyboardEventHandler[Form]]
- Definition Classes
- DOMAttributes
- Annotations
- @JSOptional()
- val onKeyUp: UndefOr[vdom.KeyboardEventHandler[Form]]
- Definition Classes
- DOMAttributes
- Annotations
- @JSOptional()
- val onKeyUpCapture: UndefOr[vdom.KeyboardEventHandler[Form]]
- Definition Classes
- DOMAttributes
- Annotations
- @JSOptional()
- val onLoad: UndefOr[vdom.ReactEventHandler[Form]]
- Definition Classes
- DOMAttributes
- Annotations
- @JSOptional()
- val onLoadCapture: UndefOr[vdom.ReactEventHandler[Form]]
- Definition Classes
- DOMAttributes
- Annotations
- @JSOptional()
- val onLoadStart: UndefOr[vdom.ReactEventHandler[Form]]
- Definition Classes
- DOMAttributes
- Annotations
- @JSOptional()
- val onLoadStartCapture: UndefOr[vdom.ReactEventHandler[Form]]
- Definition Classes
- DOMAttributes
- Annotations
- @JSOptional()
- val onLoadedData: UndefOr[vdom.ReactEventHandler[Form]]
- Definition Classes
- DOMAttributes
- Annotations
- @JSOptional()
- val onLoadedDataCapture: UndefOr[vdom.ReactEventHandler[Form]]
- Definition Classes
- DOMAttributes
- Annotations
- @JSOptional()
- val onLoadedMetadata: UndefOr[vdom.ReactEventHandler[Form]]
- Definition Classes
- DOMAttributes
- Annotations
- @JSOptional()
- val onLoadedMetadataCapture: UndefOr[vdom.ReactEventHandler[Form]]
- Definition Classes
- DOMAttributes
- Annotations
- @JSOptional()
- val onLostPointerCapture: UndefOr[vdom.PointerEventHandler[Form]]
- Definition Classes
- DOMAttributes
- Annotations
- @JSOptional()
- val onMouseDown: UndefOr[vdom.MouseEventHandler[Form]]
- Definition Classes
- DOMAttributes
- Annotations
- @JSOptional()
- val onMouseDownCapture: UndefOr[vdom.MouseEventHandler[Form]]
- Definition Classes
- DOMAttributes
- Annotations
- @JSOptional()
- val onMouseEnter: UndefOr[vdom.MouseEventHandler[Form]]
- Definition Classes
- DOMAttributes
- Annotations
- @JSOptional()
- val onMouseLeave: UndefOr[vdom.MouseEventHandler[Form]]
- Definition Classes
- DOMAttributes
- Annotations
- @JSOptional()
- val onMouseMove: UndefOr[vdom.MouseEventHandler[Form]]
- Definition Classes
- DOMAttributes
- Annotations
- @JSOptional()
- val onMouseMoveCapture: UndefOr[vdom.MouseEventHandler[Form]]
- Definition Classes
- DOMAttributes
- Annotations
- @JSOptional()
- val onMouseOut: UndefOr[vdom.MouseEventHandler[Form]]
- Definition Classes
- DOMAttributes
- Annotations
- @JSOptional()
- val onMouseOutCapture: UndefOr[vdom.MouseEventHandler[Form]]
- Definition Classes
- DOMAttributes
- Annotations
- @JSOptional()
- val onMouseOver: UndefOr[vdom.MouseEventHandler[Form]]
- Definition Classes
- DOMAttributes
- Annotations
- @JSOptional()
- val onMouseOverCapture: UndefOr[vdom.MouseEventHandler[Form]]
- Definition Classes
- DOMAttributes
- Annotations
- @JSOptional()
- val onMouseUp: UndefOr[vdom.MouseEventHandler[Form]]
- Definition Classes
- DOMAttributes
- Annotations
- @JSOptional()
- val onMouseUpCapture: UndefOr[vdom.MouseEventHandler[Form]]
- Definition Classes
- DOMAttributes
- Annotations
- @JSOptional()
- val onPaste: UndefOr[vdom.ClipboardEventHandler[Form]]
- Definition Classes
- DOMAttributes
- Annotations
- @JSOptional()
- val onPasteCapture: UndefOr[vdom.ClipboardEventHandler[Form]]
- Definition Classes
- DOMAttributes
- Annotations
- @JSOptional()
- val onPause: UndefOr[vdom.ReactEventHandler[Form]]
- Definition Classes
- DOMAttributes
- Annotations
- @JSOptional()
- val onPauseCapture: UndefOr[vdom.ReactEventHandler[Form]]
- Definition Classes
- DOMAttributes
- Annotations
- @JSOptional()
- val onPlay: UndefOr[vdom.ReactEventHandler[Form]]
- Definition Classes
- DOMAttributes
- Annotations
- @JSOptional()
- val onPlayCapture: UndefOr[vdom.ReactEventHandler[Form]]
- Definition Classes
- DOMAttributes
- Annotations
- @JSOptional()
- val onPlaying: UndefOr[vdom.ReactEventHandler[Form]]
- Definition Classes
- DOMAttributes
- Annotations
- @JSOptional()
- val onPlayingCapture: UndefOr[vdom.ReactEventHandler[Form]]
- Definition Classes
- DOMAttributes
- Annotations
- @JSOptional()
- val onPointerCancel: UndefOr[vdom.PointerEventHandler[Form]]
- Definition Classes
- DOMAttributes
- Annotations
- @JSOptional()
- val onPointerCancelCapture: UndefOr[vdom.PointerEventHandler[Form]]
- Definition Classes
- DOMAttributes
- Annotations
- @JSOptional()
- val onPointerDown: UndefOr[vdom.PointerEventHandler[Form]]
- Definition Classes
- DOMAttributes
- Annotations
- @JSOptional()
- val onPointerDownCapture: UndefOr[vdom.PointerEventHandler[Form]]
- Definition Classes
- DOMAttributes
- Annotations
- @JSOptional()
- val onPointerEnter: UndefOr[vdom.PointerEventHandler[Form]]
- Definition Classes
- DOMAttributes
- Annotations
- @JSOptional()
- val onPointerEnterCapture: UndefOr[vdom.PointerEventHandler[Form]]
- Definition Classes
- DOMAttributes
- Annotations
- @JSOptional()
- val onPointerLeave: UndefOr[vdom.PointerEventHandler[Form]]
- Definition Classes
- DOMAttributes
- Annotations
- @JSOptional()
- val onPointerLeaveCapture: UndefOr[vdom.PointerEventHandler[Form]]
- Definition Classes
- DOMAttributes
- Annotations
- @JSOptional()
- val onPointerMove: UndefOr[vdom.PointerEventHandler[Form]]
- Definition Classes
- DOMAttributes
- Annotations
- @JSOptional()
- val onPointerMoveCapture: UndefOr[vdom.PointerEventHandler[Form]]
- Definition Classes
- DOMAttributes
- Annotations
- @JSOptional()
- val onPointerOut: UndefOr[vdom.PointerEventHandler[Form]]
- Definition Classes
- DOMAttributes
- Annotations
- @JSOptional()
- val onPointerOutCapture: UndefOr[vdom.PointerEventHandler[Form]]
- Definition Classes
- DOMAttributes
- Annotations
- @JSOptional()
- val onPointerOver: UndefOr[vdom.PointerEventHandler[Form]]
- Definition Classes
- DOMAttributes
- Annotations
- @JSOptional()
- val onPointerOverCapture: UndefOr[vdom.PointerEventHandler[Form]]
- Definition Classes
- DOMAttributes
- Annotations
- @JSOptional()
- val onPointerUp: UndefOr[vdom.PointerEventHandler[Form]]
- Definition Classes
- DOMAttributes
- Annotations
- @JSOptional()
- val onPointerUpCapture: UndefOr[vdom.PointerEventHandler[Form]]
- Definition Classes
- DOMAttributes
- Annotations
- @JSOptional()
- val onProgress: UndefOr[vdom.ReactEventHandler[Form]]
- Definition Classes
- DOMAttributes
- Annotations
- @JSOptional()
- val onProgressCapture: UndefOr[vdom.ReactEventHandler[Form]]
- Definition Classes
- DOMAttributes
- Annotations
- @JSOptional()
- val onRateChange: UndefOr[vdom.ReactEventHandler[Form]]
- Definition Classes
- DOMAttributes
- Annotations
- @JSOptional()
- val onRateChangeCapture: UndefOr[vdom.ReactEventHandler[Form]]
- Definition Classes
- DOMAttributes
- Annotations
- @JSOptional()
- val onReset: UndefOr[vdom.FormEventHandler[Form]]
- Definition Classes
- DOMAttributes
- Annotations
- @JSOptional()
- val onResetCapture: UndefOr[vdom.FormEventHandler[Form]]
- Definition Classes
- DOMAttributes
- Annotations
- @JSOptional()
- val onScroll: UndefOr[vdom.UIEventHandler[Form]]
- Definition Classes
- DOMAttributes
- Annotations
- @JSOptional()
- val onScrollCapture: UndefOr[vdom.UIEventHandler[Form]]
- Definition Classes
- DOMAttributes
- Annotations
- @JSOptional()
- val onSeeked: UndefOr[vdom.ReactEventHandler[Form]]
- Definition Classes
- DOMAttributes
- Annotations
- @JSOptional()
- val onSeekedCapture: UndefOr[vdom.ReactEventHandler[Form]]
- Definition Classes
- DOMAttributes
- Annotations
- @JSOptional()
- val onSeeking: UndefOr[vdom.ReactEventHandler[Form]]
- Definition Classes
- DOMAttributes
- Annotations
- @JSOptional()
- val onSeekingCapture: UndefOr[vdom.ReactEventHandler[Form]]
- Definition Classes
- DOMAttributes
- Annotations
- @JSOptional()
- val onSelect: UndefOr[vdom.ReactEventHandler[Form]]
- Definition Classes
- DOMAttributes
- Annotations
- @JSOptional()
- val onSelectCapture: UndefOr[vdom.ReactEventHandler[Form]]
- Definition Classes
- DOMAttributes
- Annotations
- @JSOptional()
- val onStalled: UndefOr[vdom.ReactEventHandler[Form]]
- Definition Classes
- DOMAttributes
- Annotations
- @JSOptional()
- val onStalledCapture: UndefOr[vdom.ReactEventHandler[Form]]
- Definition Classes
- DOMAttributes
- Annotations
- @JSOptional()
- val onSubmit: UndefOr[vdom.FormEventHandler[Form]]
- Definition Classes
- DOMAttributes
- Annotations
- @JSOptional()
- val onSubmitCapture: UndefOr[vdom.FormEventHandler[Form]]
- Definition Classes
- DOMAttributes
- Annotations
- @JSOptional()
- val onSuspend: UndefOr[vdom.ReactEventHandler[Form]]
- Definition Classes
- DOMAttributes
- Annotations
- @JSOptional()
- val onSuspendCapture: UndefOr[vdom.ReactEventHandler[Form]]
- Definition Classes
- DOMAttributes
- Annotations
- @JSOptional()
- val onTimeUpdate: UndefOr[vdom.ReactEventHandler[Form]]
- Definition Classes
- DOMAttributes
- Annotations
- @JSOptional()
- val onTimeUpdateCapture: UndefOr[vdom.ReactEventHandler[Form]]
- Definition Classes
- DOMAttributes
- Annotations
- @JSOptional()
- val onTouchCancel: UndefOr[vdom.TouchEventHandler[Form]]
- Definition Classes
- DOMAttributes
- Annotations
- @JSOptional()
- val onTouchCancelCapture: UndefOr[vdom.TouchEventHandler[Form]]
- Definition Classes
- DOMAttributes
- Annotations
- @JSOptional()
- val onTouchEnd: UndefOr[vdom.TouchEventHandler[Form]]
- Definition Classes
- DOMAttributes
- Annotations
- @JSOptional()
- val onTouchEndCapture: UndefOr[vdom.TouchEventHandler[Form]]
- Definition Classes
- DOMAttributes
- Annotations
- @JSOptional()
- val onTouchMove: UndefOr[vdom.TouchEventHandler[Form]]
- Definition Classes
- DOMAttributes
- Annotations
- @JSOptional()
- val onTouchMoveCapture: UndefOr[vdom.TouchEventHandler[Form]]
- Definition Classes
- DOMAttributes
- Annotations
- @JSOptional()
- val onTouchStart: UndefOr[vdom.TouchEventHandler[Form]]
- Definition Classes
- DOMAttributes
- Annotations
- @JSOptional()
- val onTouchStartCapture: UndefOr[vdom.TouchEventHandler[Form]]
- Definition Classes
- DOMAttributes
- Annotations
- @JSOptional()
- val onTransitionEnd: UndefOr[vdom.TransitionEventHandler[Form]]
- Definition Classes
- DOMAttributes
- Annotations
- @JSOptional()
- val onTransitionEndCapture: UndefOr[vdom.TransitionEventHandler[Form]]
- Definition Classes
- DOMAttributes
- Annotations
- @JSOptional()
- val onVolumeChange: UndefOr[vdom.ReactEventHandler[Form]]
- Definition Classes
- DOMAttributes
- Annotations
- @JSOptional()
- val onVolumeChangeCapture: UndefOr[vdom.ReactEventHandler[Form]]
- Definition Classes
- DOMAttributes
- Annotations
- @JSOptional()
- val onWaiting: UndefOr[vdom.ReactEventHandler[Form]]
- Definition Classes
- DOMAttributes
- Annotations
- @JSOptional()
- val onWaitingCapture: UndefOr[vdom.ReactEventHandler[Form]]
- Definition Classes
- DOMAttributes
- Annotations
- @JSOptional()
- val onWheel: UndefOr[vdom.WheelEventHandler[Form]]
- Definition Classes
- DOMAttributes
- Annotations
- @JSOptional()
- val onWheelCapture: UndefOr[vdom.WheelEventHandler[Form]]
- Definition Classes
- DOMAttributes
- Annotations
- @JSOptional()
- def propertyIsEnumerable(v: String): Boolean
- Definition Classes
- Object
- val radioGroup: UndefOr[String]
- Definition Classes
- HTMLAttributes
- Annotations
- @JSOptional()
- val ref: UndefOr[Ref[Form]]
- Definition Classes
- ClassAttributes
- Annotations
- @JSOptional()
- val results: UndefOr[Int]
- Definition Classes
- HTMLAttributes
- Annotations
- @JSOptional()
- val role: UndefOr[String]
- Definition Classes
- HTMLAttributes
- Annotations
- @JSOptional()
- val security: UndefOr[String]
- Definition Classes
- HTMLAttributes
- Annotations
- @JSOptional()
- val slot: UndefOr[String]
- Definition Classes
- HTMLAttributes
- Annotations
- @JSOptional()
- val spellCheck: UndefOr[Boolean]
- Definition Classes
- HTMLAttributes
- Annotations
- @JSOptional()
- val style: UndefOr[|[Object, Dynamic]]
The react style attribute, which should be an object.
The react style attribute, which should be an object. If you use this in the raw, you can use
StyleAttr
but its typed more open here to be any object.- Definition Classes
- HTMLAttributes
- Annotations
- @JSOptional()
- val suppressContentEditableWarning: UndefOr[Boolean]
reactjs specific
reactjs specific
- Definition Classes
- HTMLAttributes
- Annotations
- @JSOptional()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val tabIndex: UndefOr[Int]
- Definition Classes
- HTMLAttributes
- Annotations
- @JSOptional()
- val target: UndefOr[String]
- Definition Classes
- FormHTMLAttributes
- Annotations
- @JSOptional()
- val title: UndefOr[String]
- Definition Classes
- HTMLAttributes
- Annotations
- @JSOptional()
- def toLocaleString(): String
- Definition Classes
- Object
- def toString(): String
- Definition Classes
- AnyRef → Any
- def valueOf(): Any
- Definition Classes
- Object
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- val willChange: UndefOr[String]
- Definition Classes
- HTMLAttributes
- Annotations
- @JSOptional() @JSName("will-change")