+ Prefixes and Suffixes
+
+
+ $
+
+
+
+ @email.com
+
+
+
+
+
+
+
+
+
Complex inputs
@@ -93,6 +126,10 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
function validate() {
document.getElementById('inputForValidation').validate();
}
+
+ function clearInput() {
+ document.getElementById('inputWithButton').value = '';
+ }