Props

io.github.nafg.scalajs.facades.reactphonenumberinput.ReactPhoneNumberInput.Props
class Props extends CommonProps

Attributes

Graph
Supertypes
trait CommonProps
trait PropTypes
class Object
trait Matchable
class Any

Members list

Type members

Inherited classlikes

object dyn extends Dynamic

Attributes

Inherited from:
PropTypes
Supertypes
trait Dynamic
class Object
trait Matchable
class Any

Value members

Inherited methods

def of[A : Writer](implicit evidence$1: Writer[A], name: Name): Prop[A]

Attributes

Inherited from:
PropTypes

Concrete fields

val autoComplete: Prop[String]
val countries: Prop[Seq[String]]
val numberInputProps: Prop[Object]

Inherited fields

val defaultCountry: Prop[String]

Attributes

Inherited from:
CommonProps
val inputComponent: Prop[ElementType]

Attributes

Inherited from:
CommonProps
val key: Prop[Key]

Attributes

Inherited from:
PropTypes
val onChange: Prop[Option[String] => Callback]

Attributes

Inherited from:
CommonProps
val value: Prop[String]

Attributes

Inherited from:
CommonProps