Esempio n. 1
0
 public HtmlInputElement WithAutoComplete(string value) => WithAttribute(Attribute.AutoComplete(value));
Esempio n. 2
0
 public HtmlTextAreaElement WithAutoComplete(string value) => WithAttribute(Attribute.AutoComplete(value));