-
Notifications
You must be signed in to change notification settings - Fork 13.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bug: 4.6.x, use dot inside number type ion-input empty this input #18864
Comments
Thanks for the issue! Is there a specific browser or device this occurs on? I can't reproduce it with the sample project on Chrome or Safari. |
We have the same problem. Dot clears the input. We are using ionic 4 with Angular 8. |
Same issue with Ionic v4 and Angular 7.2.15 |
We experience the same issue in Safari (Version 13.1.2 (15609.3.5.1.3)) with @ionic/react 5.2.3. |
I am still unable to reproduce this issue. I've tried using the project attached in the original issue, a new Ionic Angular (v5.3.1) project and a new Ionic React (v5.3.1) project. Tested across multiple browsers including Chrome and Firefox on Windows. The only way it was reproduced was by double tapping the period on an Android device, but that doesn't appear to happen in the attached gif. Edit: I was also able to reproduce this on iOS by double tapping the period using the example repository in the issue, but I was unable to reproduce it when using a new Ionic Angular or Ionic React starter. If anyone is still running into this please attach a sample project with exact steps to reproduce, including which browser/device. Thank you! |
Thanks for the issue! This issue has been labeled as Please provide a reproduction with the minimum amount of code required to reproduce the issue. Without a reliable code reproduction, it is unlikely we will be able to resolve the issue, leading to it being closed. For a guide on how to create a good reproduction, see our Contributing Guide. |
Thanks for the issue! This issue is being closed due to the lack of a code reproduction. 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. Thank you for using Ionic! |
Bug Report
Ionic version:
[x] 4.6.x
Current behavior:
When i use dot inside number type ion-input this input is empty.
ex: I can't enter "32.5" inside ion-input.
Expected behavior:
Enter "32.5" without clear input. it works with @ionic/angular 4.5.0
Steps to reproduce:
https://github.com/JPegue/ion-input-number-example
Related code:
Other information:
Ionic info:
The text was updated successfully, but these errors were encountered: