value

io.github.nafg.scalajs.facades.mui.Select.Props.value
object value extends Prop[String | Any]

The input value. Providing an empty string will select no options. Set to an empty string '' if you don't want any of the available options to be selected.

If the value is an object it must have reference equality with the option in order to be selected. If the value is not an object, the string representation must match with the string representation of the option in order to be selected.

Attributes

Graph
Supertypes
class Prop[String | Any]
class Object
trait Matchable
class Any
Self type
value.type

Members list

Value members

Inherited methods

def :=(value: String | Any): Setting

Attributes

Inherited from:
Prop
def :=?(value: Option[String | Any]): Setting

Attributes

Inherited from:
Prop
def setAs[B](value: B)(implicit B: Writer[B]): Setting

Attributes

Inherited from:
Prop
def setRaw(value: Any): Setting

Attributes

Inherited from:
Prop

Concrete fields

val '': Setting

Inherited fields

val name: String

Attributes

Inherited from:
Prop