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

Method change

src/form_field.rs:54–58  ·  view source on GitHub ↗
(&mut self, props: Self::Properties)

Source from the content-addressed store, hash-verified

52 }
53
54 fn change(&mut self, props: Self::Properties) -> ShouldRender {
55 // self.label = props.label;
56 // self.onsignal = props.onsignal;
57 true
58 }
59
60 fn view(&self) -> Html {
61 // onclick=self.link.callback(|_| Msg::Clicked)>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected