🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

iov-ui

Package Overview
Dependencies
Maintainers
4
Versions
445
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

iov-ui - npm Package Compare versions

Comparing version
1.2.64
to
1.2.65
+2
-1
lib/textfield/index.js

@@ -83,3 +83,4 @@ /*

this.setData({
getPhoneClick: true
getPhoneClick: true,
isForceGetPhone: false
});

@@ -86,0 +87,0 @@ this.triggerEvent('input', {

{
"name": "iov-ui",
"version": "1.2.64",
"version": "1.2.65",
"description": "",

@@ -5,0 +5,0 @@ "main": "build",

@@ -25,2 +25,4 @@ # iov-ui

# 发布记录
- 1.2.65
- textfield修复输入框focus事件失效问题 导致phone填充后依然高亮
- 1.2.64

@@ -27,0 +29,0 @@ - 日历组件语音注册bug修复