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

Method change

src/text_inputs/textarea.rs:129–132  ·  view source on GitHub ↗
(&mut self, props: Self::Properties)

Source from the content-addressed store, hash-verified

127 }
128
129 fn change(&mut self, props: Self::Properties) -> bool {
130 self.props = props;
131 true
132 }
133
134 fn view(&self) -> Html {
135 // rows?=self.props.rows

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected