Why blur is deprecated in ion-input?

Hi !

Why blur is deprecated in ion-input ? I tap this (blur)=“placeholderMdp($event)” for ngx-translate after…

Is it clean to do this please ? event._native.nativeElement.placeholder = value; instead of event.currentTarget.placeholder = value; with ionBlur ?

Someone have an idea please ?