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

Method create

src/text_inputs/textfield.rs:100–108  ·  view source on GitHub ↗
(props: Self::Properties, _: ComponentLink<Self>)

Source from the content-addressed store, hash-verified

98 type Properties = TextFieldProps;
99
100 fn create(props: Self::Properties, _: ComponentLink<Self>) -> Self {
101 // TextField::ensure_loaded();
102 Self {
103 props,
104 node_ref: NodeRef::default(),
105 // validity_transform_closure: None,
106 input_listener: None,
107 }
108 }
109
110 fn update(&mut self, _msg: Self::Message) -> ShouldRender {
111 false

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected