Skip to main content

RenderInput

Type Alias RenderInput 

Source
pub type RenderInput = Rc<dyn Fn(Value<String>) -> DomNode>;
Expand description

Custom renderer for a login input. Receives the value bound to the form so submit/Enter handling keeps working.

Aliased Typeยง

pub struct RenderInput { /* private fields */ }