« All deprecation guides
Deprecation Guide for Ember._Input
Previously, _Input
could be accessed via the Ember
import:
import Ember from 'ember';
Ember._Input
If needed, _Input
can be imported:
import { Input } from '@ember/component';