TextField

oxygen.ui.web.component.TextField
object TextField extends Decorable

Attributes

Graph
Supertypes
class Decorable
class Object
trait Matchable
class Any
Self type
TextField.type

Members list

Type members

Classlikes

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Show all
Self type
Decorator.type

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Decorator
object Decorator
final case class Props(inputType: String, padding: String, borderRadius: String, fontSize: String, width: String, trimInput: Boolean, mod: NodeModifier)

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object Props extends PropsCompanion

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Show all
Self type
Props.type
object State

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
State.type
object form extends Decorable

Attributes

Supertypes
class Decorable
class Object
trait Matchable
class Any
Self type
form.type

Inherited classlikes

Attributes

Inherited from:
Decorable
Supertypes
class Object
trait Matchable
class Any

Attributes

Inherited from:
Decorable
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Attributes

Inherited from:
Decorable
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Decorator
object Decorator
object Decorator
object Decorator
object Decorator
object Decorator
object Decorator
object Decorator
object Decorator
object Decorator
object Decorator
object Decorator
object Decorator
object Decorator
object Decorator
object Decorator
object Decorator
object Decorator
object Decorator
object Decorator
Show all

Attributes

Inherited from:
Decorable
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Decorator
class Decorator
class Decorator
class Decorator
class Decorator
class Decorator
class Decorator
class Decorator
class Decorator
class Decorator
class Decorator
class Decorator
class Decorator
class Decorator
class Decorator
class Decorator
class Decorator
class Decorator
class Decorator
class Decorator
Show all

Attributes

Inherited from:
Decorable
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Props
object Props
object Props
object Props
object Props
object Props
object Props
object Props
object Props
object Props
object Props
object Props
object Props
object Props
object Props
object Props
object Props
object Props
object Props
object Props
Show all

Types

opaque type State

Value members

Concrete methods

def apply(decorator: Decorator): WidgetAS[Submit, State]
def apply(decorator: Decorator => Decorator): WidgetAS[Submit, State]
def rawForm[A](fieldName: String, decorator: Decorator)(using dec: StringDecoder[A]): SubmitFormS[State, Option[A]]

NOTE : fieldName is not added as a label, it is only used to label errors.

NOTE : fieldName is not added as a label, it is only used to label errors.

Attributes

def rawForm[A](fieldName: String, decorator: Decorator => Decorator)(using dec: StringDecoder[A]): SubmitFormS[State, Option[A]]

NOTE : fieldName is not added as a label, it is only used to label errors.

NOTE : fieldName is not added as a label, it is only used to label errors.

Attributes

def rawForm[A](fieldName: String)(using dec: StringDecoder[A]): SubmitFormS[State, Option[A]]

NOTE : fieldName is not added as a label, it is only used to label errors.

NOTE : fieldName is not added as a label, it is only used to label errors.

Attributes