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: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
