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

Add size and maxlength to Ember.TextSupport #545

Merged
merged 1 commit into from
Feb 29, 2012

Conversation

dgeb
Copy link
Member

@dgeb dgeb commented Feb 28, 2012

No description provided.

@wagenet
Copy link
Member

wagenet commented Feb 28, 2012

@dgeb does size apply to <textarea>?

@dgeb
Copy link
Member Author

dgeb commented Feb 28, 2012

Good catch. size should be specific to Ember.TextField. Also, rows and cols should be added for Ember.TextArea.

I'll modify this PR.

@dgeb
Copy link
Member Author

dgeb commented Feb 28, 2012

@wagenet Just updated. TextField gets maxlength and size. TextArea gets maxlength, rows and cols. And both get tests :)

@wagenet
Copy link
Member

wagenet commented Feb 29, 2012

@dgeb mind rebasing?

@dgeb
Copy link
Member Author

dgeb commented Feb 29, 2012

@wagenet rebasing complete - let me know if I can neaten anything up further.

@wagenet
Copy link
Member

wagenet commented Feb 29, 2012

@dgeb whoops, I should have been more specific. I was thinking that it would be nice if you could squash this into a single commit.

@dgeb
Copy link
Member Author

dgeb commented Feb 29, 2012

@wagenet I think it's all set now.

wagenet added a commit that referenced this pull request Feb 29, 2012
Add size and maxlength to Ember.TextSupport
@wagenet wagenet merged commit 5a2c5f7 into emberjs:master Feb 29, 2012
sandstrom pushed a commit to sandstrom/ember.js that referenced this pull request Jun 17, 2021
Simplify default serializer deprecation docs
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

2 participants