given_Form_String
 dev.cheleb.scalamigen.Form.given_Form_String
  object given_Form_String extends Form[String]
 
Form for to a string, aka without validation.
Attributes
- Graph
 - 
    
 - Supertypes
 - Self type
 - 
    given_Form_String.type
 
Members list
Value members
Concrete methods
            override def render(path: List[Symbol], variable: Var[String])(using factory: WidgetFactory, errorBus: EventBus[(String, ValidationEvent)]): L.HtmlElement
           
          Render a form for a variable.
Render a form for a variable.
Sometimes the form is a part of a larger form and the parent form needs to be updated when the variable changes. This is the purpose of the syncParent function.
Value parameters
- factory
 - 
               
the widget factory
 - variable
 - 
               
the variable to render
 
Attributes
- Definition Classes
 
Inherited methods
Parse a string and return an Option[A].
Render the label form associated with a variable
Render the label form associated with a variable
Value parameters
- factory
 - 
               
the widget factory
 - label
 - 
               
label of the variable
 - required
 - 
               
if the variable is mandatory or not
 
Attributes
- Inherited from:
 - Form
 
Attributes
- Inherited from:
 - Form
 
Attributes
- Inherited from:
 - Form
 
Givens
Inherited givens
Attributes
- Inherited from:
 - Form
 
In this article