This guide inventories where Input
appears in the codebase and provides practical steps to convert usages from Input
(uppercase Ember component) to native HTML <input>
(lowercase), with patterns for common input types and events.
Generated on: 2025-08-16
- The target is usages of the Ember built-in
component in templates (`.gjs`, `.js` Glimmer templates). Replace them with native
.