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

Method change

src/text_inputs/textfield.rs:114–117  ·  view source on GitHub ↗
(&mut self, props: Self::Properties)

Source from the content-addressed store, hash-verified

112 }
113
114 fn change(&mut self, props: Self::Properties) -> bool {
115 self.props = props;
116 true
117 }
118
119 fn view(&self) -> Html {
120 // open=self.props.open

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected