blurOnSelect

io.github.nafg.scalajs.facades.mui.Autocomplete.Props.blurOnSelect
object blurOnSelect extends Prop[String | Boolean]

Control if the input should be blurred when an option is selected:

  • false the input is not blurred.
  • true the input is always blurred.
  • touch the input is blurred after a touch event.
  • mouse the input is blurred after a mouse event.

Attributes

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

Members list

Value members

Inherited methods

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

Attributes

Inherited from:
Prop
def :=?(value: Option[String | Boolean]): 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 mouse: Setting
val touch: Setting

Inherited fields

val name: String

Attributes

Inherited from:
Prop