Function patternfly_yew::utils::value
source · pub fn value(node_ref: &NodeRef) -> Option<String>Expand description
Retrieve the value of an HtmlInputElement.
The ref must point to an HtmlInputElement, if it does not, the function will return None.