object TextField
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- TextField
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- type BI = |[Input, TextArea]
- trait ITextField extends Object with Focusable with ClassAttributes[Input]
- Annotations
- @JSType() @native()
- type OnChange = Function2[SyntheticFormEvent[EventTarget], UndefOr[String], Unit]
- trait Props extends Object with WithIconProps with Theme with ComponentRef[ITextField] with AllHTMLAttributes[Input]
- Annotations
- @JSType()
- trait StyleProps extends Object
- Annotations
- @JSType()
- trait Styles extends Object with IStyleSetTag
- Annotations
- @JSType()
Deprecated Type Members
- type OC2 = Function2[SyntheticFormEvent[EventTarget], UndefOr[String], Unit]
- Annotations
- @deprecated
- Deprecated
Value Members
- def OnChange(f: () => Unit): OnChange
- def OnChangeInput(f: (SyntheticFormEvent[Input], UndefOr[String]) => Unit): OnChange
- def OnChangeTextArea(f: (SyntheticFormEvent[TextArea], UndefOr[String]) => Unit): OnChange
- def apply(props: Props = null): ReactElement
- object JS extends Object with ReactJSComponent
- Annotations
- @native() @JSImport("office-ui-fabric-react/lib/TextField", "TextField")