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.
pub fn value(node_ref: &NodeRef) -> Option<String>Retrieve the value of an HtmlInputElement.
The ref must point to an HtmlInputElement, if it does not, the function will return None.