Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds support for input element's maxlength attr #7323

Merged
merged 14 commits into from Dec 3, 2015

Fix typo in error message

  • Loading branch information
samfoo committed Dec 3, 2015
commit 85b99f8ba45d0330b1d4a57161cf97c8b02b9dcd
@@ -609,7 +609,7 @@ impl VirtualMethods for HTMLInputElement {
self.textinput.borrow_mut().max_length = Some(value as usize)
}
},
_ => panic!("Expected an AttrValue::UInt"),
_ => panic!("Expected an AttrValue::Int"),
}
}
&atom!("placeholder") => {
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.