if ( this.defaultValue === undefined ) {
        this.defaultValue = this.value;
        this.$input[ 0 ].defaultValue = this.defaultValue;
    }