leoyin opened a new issue #1643: IOS - input 值精度丢失
URL: https://github.com/apache/incubator-weex/issues/1643
 
 
   <!--
   Thanks for using Weex. Please follow the [Bug Report 
Guidelines](http://weex-project.io/bug-report-guidelines.html) to file issues. 
A good bug report should include the following information:
   -->
   
   <!--
   感谢使用 Weex。请遵照 [Bug 
报告指南](http://weex-project.io/cn/bug-report-guidelines.html) 创建 
issue,希望你可以提供如下信息:
   -->
   
   ## Description
   千牛客户端,weex 开发的差距,input 输入框。
   value值设置为部分浮点数值 如:8.55、8.53、8.88 等,展示值存在精度丢失问题。value值设置为字符串类型无此问题
   <!-- The brief description of the potential bug. -->
   
   ## Environment
   系统:i0S
   WeexVersion 0.17.0
   
   <!-- The environment to reproduce this bug, such as **Weex Version** and 
**Device Mode**. -->
   <!-- You can get the environment of your device by [this 
example](http://dotwe.org/vue/1dea64f527db3fd109c0fb682d41c14f). -->
   
   ## Broken Example
   <input value={8.55} /> 展示值为8.55000000001 
   <!-- Please offer an example on the [online editor of 
Weex](http://dotwe.org/) to reproduce this bug. -->
   
   ## Steps to Reproduce
   
   <!-- Clear and concise steps to reproduce this bug. -->
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to