« All deprecation guides

Deprecation Guide for Ember._Input

until: 6.0.0
id: deprecate-import--input-from-ember

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';