/** * @license Copyright (c) 2003-2018, CKSource - Frederico Knabben. All rights reserved. * For licensing, see LICENSE.md. */ /** * @module ui/inputtext/inputtextview */ import View from '../view'; import '../../theme/components/inputtext/inputtext.css'; /** * The text input view class. * * @extends module:ui/view~View */ export default class InputTextView extends View { /** * @inheritDoc */ constructor( locale ) { super( locale ); /** * The value of the input. * * @observable * @member {String} #value */ this.set( 'value' ); /** * The `id` attribute of the input (i.e. to pair with a `