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

Method change

src/select.rs:118–125  ·  view source on GitHub ↗
(&mut self, props: Self::Properties)

Source from the content-addressed store, hash-verified

116 }
117
118 fn change(&mut self, props: Self::Properties) -> bool {
119 if self.props != props {
120 self.props = props;
121 true
122 } else {
123 false
124 }
125 }
126
127 fn view(&self) -> Html {
128 // value?=to_option_string(&self.props.value)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected