Ionic-framework: ion-range ionfocus does not work

Created on 26 Apr 2017  路  6Comments  路  Source: ionic-team/ionic-framework

Ionic version: (check one with "x")
2.2.2

I'm submitting a ... (check one with "x")
bug report

Current behavior:
ion-range ionfocus does not work in Chrome 58.0.3029.81 when I use "ionic serve" mode.But "ionchange" work well
<ion-range min="30" max="43" step="1" color="primary" (ionchange)="deviceZCTempSet()" (ionfocus)="deviceZCTempSetFocus()" (ionblur)="deviceZCTempSetBlur()"></ion-range>

Expected behavior:
deviceZCTempSetFocus() will print data;

All 6 comments

same issue here

Hello @huigesv123 , thanks for opening an issue with us. Could you try this with the latest 3.1.0 release and see if that fixes the issue for you?

how to upgrade to 3.1.0 @jgw96

@huigesv123 see changelog.md

Hello all! As it seems it has been a while since there was any activity on this issue i will be closing it for now. Feel free to comment if you are still running into this issue. Thanks for using Ionic!

Thanks for the issue! This issue is being locked to prevent comments that are not relevant to the original issue. If this is still an issue with the latest version of Ionic, please create a new issue and ensure the template is fully filled out.

Was this page helpful?
0 / 5 - 0 ratings