-
Notifications
You must be signed in to change notification settings - Fork 52
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
Document that since Ember 2.3.1 (unreleased) this addon is not needed anymore #28
Comments
That is correct, however this addon still remains useful as a wrapper on top of the regular native input, for example having a sanitization method. We are also going to implement other controls in this addon (not just the |
I was thinking this addon could automatically rewrite |
@rwjblue you mean by hooking into the build pipeline? |
@rwjblue When you have time could you outline how that would work? |
- Added short demo for all controls - Added note that the cursor jumping bug has been fixed in Ember 2.3.1 (Closed #28)
Update the README - Added short demo for all controls - Added note that the cursor jumping bug has been fixed in Ember 2.3.1 (Closes #28)
Update the README - Added short demo for all controls - Added note that the cursor jumping bug has been fixed in Ember 2.3.1 (Closes #28)
Since emberjs/ember.js#12877 the cursor position issue is handled by HTMLBars itself, so we can use regular inputs with no problem. It's more verbose but also much faster.
That will probably make this component less needed. Perhaps there is some use case I'm not aware where you want this component over a native
<input>
tag.More concise syntax?
The text was updated successfully, but these errors were encountered: