You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by GitBox <gi...@apache.org> on 2021/03/04 14:47:39 UTC

[GitHub] [cordova-windows] ksch10bob opened a new issue #390: comma as decimal separator on ``` ```

ksch10bob opened a new issue #390:
URL: https://github.com/apache/cordova-windows/issues/390


   # Bug Report
   ## Problem
   When i use comma as decimal seperator on ```<input type="number"> ``` lets say 23,1  the input fields value is an empty string.
   ### What is expected to happen?
   value = "23,1"
   valueAsNumber = 23.1
   
   
   ### What does actually happen?
   
   value =""
   valueAsNumber = NaN
   
   ## Information
   * simple hello cordova app
   * add input field with type number to index.html
   * run in debug mode and evalute value and valueAsNumber 
   
   
   
   
   ### Command or Code
   
   
   
   
   ### Environment, Platform, Device
   Operating System: Windows 10 Pro, 20H2, 19042.746
   Device : Lenovo Thinkpad E485
   
   
   
   ### Version information
   Cordova 10.0.0
   cordova-windows: 7.0.1
   Build-target: windows 10 (x64)
   
   
   
   
   
   ## Checklist
   
   
   - [x] I searched for existing GitHub issues
   - [ ] I updated all Cordova tooling to most recent version
   - [x] I included all the necessary information above
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org