The input in ion-input
has a (blur)
event, this is triggering the blur
directive which looks for [blur]
. This is causing blur over input labels in safari.
Anyone that runs into this issue please install the nightly version for a fix: npm install [email protected] --save
Most helpful comment
Anyone that runs into this issue please install the nightly version for a fix:
npm install [email protected] --save