MCPcopy Create free account
hub / github.com/angular-rust/yew-components / create

Method create

src/form_field.rs:37–43  ·  view source on GitHub ↗
(props: Self::Properties, link: ComponentLink<Self>)

Source from the content-addressed store, hash-verified

35 type Properties = FormfieldProps;
36
37 fn create(props: Self::Properties, link: ComponentLink<Self>) -> Self {
38 Self {
39 link,
40 // label: props.label,
41 // onsignal: props.onsignal,
42 }
43 }
44
45 fn update(&mut self, msg: Self::Message) -> ShouldRender {
46 // match msg {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected