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

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

Trait for the attribute formnovalidate

Provided methods

fn attr() -> &'static str

Get the name of the attribute

Loading content...

Implementors

impl Formnovalidate for Button[src]

impl Formnovalidate for Input[src]

Loading content...