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

[WIP] [FEATURE beta] Add input and textarea closures #12741

Closed

Conversation

Serabe
Copy link
Member

@Serabe Serabe commented Dec 22, 2015

{{input}} and {{textarea}} are keywords though they resolve to
a component/s. There is no way to use it with the contextual component feature.

This PR adds a contextual version for input and textarea.

Fixes #12690

`{{input}}` and `{{textarea}}` are keywords though they resolve to
a component/s. There is no way to use it with the contextual component feature.

This PR adds a contextual version for `input` and `textarea`.

Fixes emberjs#12690
@mixonic
Copy link
Member

mixonic commented Dec 22, 2015

Features must go into master behind a feature flag. This change is definitely feature-worthy, I'm not comfortable making it a bugfix.

@homu
Copy link
Contributor

homu commented Dec 22, 2015

☔ The latest upstream changes (presumably #12746) made this pull request unmergeable. Please resolve the merge conflicts.

@Serabe
Copy link
Member Author

Serabe commented Mar 3, 2016

@mixonic can you please close this WIP? Keeping it open does more harm than good. We can revisit once Glimmer components have landed.

@rwjblue rwjblue closed this Mar 3, 2016
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.

input and textarea template helpers throw when yielded
4 participants