WithOptions

io.github.nafg.scalajs.facades.reactselect.SyncBase.WithOptions
class WithOptions[A](options: Seq[Opt[A]]) extends WithOptionsBase[A]

Attributes

Graph
Supertypes
trait WithOptionsBase[A]
class Object
trait Matchable
class Any

Members list

Value members

Inherited methods

def apply[F[_]](value: F[A])(getOptionLabel: A => String, getOptionValue: A => String)(extraProps: () => AllProps[A, F]*)(implicit selectionType: SelectionType[F]): Factory[AllProps[A, F]]

Attributes

Inherited from:
WithOptionsBase