ember.js
ember.js copied to clipboard
[Documentation] Input docs have outdated references / broken link to TextField
📙 Describe the Issue
The Input
component's documentation both references and links to a nonexistent TextField
component in a couple of places. It looks like the TextField
component was removed in commit https://github.com/emberjs/ember.js/commit/5d24ae7480aae886d7a526d15332f53fe5b1689c, but the documentation was not updated to match that implementation. This is potentially confusing for someone using these docs.
🔬 Minimal Reproduction
Visit https://api.emberjs.com/ember/release/classes/Ember.Templates.components/methods/Input?anchor=Input and search for TextField
references. Note that there is an association made with the non-existent TextField
component and that clicking the link to it results in a 404 error.
😕 Actual Behavior
The Input
component's documentation is out of date / has broken links.
🤔 Expected Behavior
There should not be any broken links and the documentation should be accurate to Input
's current implementation.
➕ Additional Context
Add any other context about the problem here.