[][src]Trait valerie::html::attributes::Autocomplete

pub trait Autocomplete: HtmlElement {
    fn attr() -> &'static str { ... }
}

Trait for the attribute autocomplete

Provided methods

fn attr() -> &'static str

Get the name of the attribute

Loading content...

Implementors

impl Autocomplete for Form[src]

impl Autocomplete for Input[src]

impl Autocomplete for Select[src]

impl Autocomplete for Textarea[src]

Loading content...