Base

io.github.nafg.scalajs.react.util.editor.FieldConstructor.Base
class Base(renderElement: TagMod => VdomElement, invalidTagMod: TagMod => TagMod) extends FieldConstructor

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

override def render(editorState: State[_], tagMod: TagMod)(onChange: String => Callback): VdomElement

Attributes

Definition Classes

Inherited methods

final def editorOf[A](format: Format[A])(implicit name: FullName, dummyImplicit: DummyImplicit): Editor[A]

Attributes

Inherited from:
FieldConstructor
final def editorOf[A](implicit format: Format[A], name: FullName): Editor[A]

Attributes

Inherited from:
FieldConstructor