object TextField

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TextField
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. type BI = |[Input, TextArea]
  2. trait ITextField extends Object with Focusable with ClassAttributes[Input]
    Annotations
    @JSType() @native()
  3. type OnChange = Function2[SyntheticFormEvent[EventTarget], UndefOr[String], Unit]
  4. trait Props extends Object with WithIconProps with Theme with ComponentRef[ITextField] with AllHTMLAttributes[Input]
    Annotations
    @JSType()
  5. trait StyleProps extends Object
    Annotations
    @JSType()
  6. trait Styles extends Object with IStyleSetTag
    Annotations
    @JSType()

Deprecated Type Members

  1. type OC2 = Function2[SyntheticFormEvent[EventTarget], UndefOr[String], Unit]
    Annotations
    @deprecated
    Deprecated

Value Members

  1. def OnChange(f: () => Unit): OnChange
  2. def OnChangeInput(f: (SyntheticFormEvent[Input], UndefOr[String]) => Unit): OnChange
  3. def OnChangeTextArea(f: (SyntheticFormEvent[TextArea], UndefOr[String]) => Unit): OnChange
  4. def apply(props: Props = null): ReactElement
  5. object JS extends Object with ReactJSComponent
    Annotations
    @native() @JSImport("office-ui-fabric-react/lib/TextField", "TextField")