WithOptions

io.github.nafg.scalajs.facades.reactselect.AsyncBase.WithOptions
class WithOptions[A](loadOptions: String => Future[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