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

Support standard HTML attributes in text inputs #32

Closed
wants to merge 1 commit into from

Conversation

nandoflorestan
Copy link
Contributor

  • Supports the maxlength attribute via widget.maxlength
  • Supports the HTML5 placeholder attribute via widget.placeholder
  • Sets the HTML5 required="required" attribute if field.required

- Supports the *maxlength* attribute via widget.maxlength
- Supports the HTML5 *placeholder* attribute via widget.placeholder
- Sets the HTML5 required="required" attribute if field.required
@dnouri
Copy link
Contributor

dnouri commented Sep 3, 2012

Shouldn't this one be fixed upstream?

@tilgovi
Copy link

tilgovi commented Oct 3, 2012

Yes. It should. No response here, but @nandoflorestan opened Pylons/deform#116

You should close this.

@nandoflorestan
Copy link
Contributor Author

I agree that it is better if this is fixed in deform.
Please wait just a little longer, if they don't fix it there, I still think it is less than ideal but appropriate to fix here...

@dnouri
Copy link
Contributor

dnouri commented Oct 18, 2012

See Pylons/deform#116

@dnouri dnouri closed this Oct 18, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants