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

Method select

src/select.rs:244–250  ·  view source on GitHub ↗
(&self, val: usize)

Source from the content-addressed store, hash-verified

242
243impl WeakComponentLink<Select> {
244 pub fn select(&self, val: usize) {
245 // let c = (*self.borrow().as_ref().unwrap().get_component().unwrap())
246 // .node_ref
247 // .clone();
248 // let select_element = c.cast::<Select>().unwrap();
249 // select_element.select(val);
250 }
251}
252
253impl Select {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected