Socket
Socket
Sign inDemoInstall

nuke-input

Package Overview
Dependencies
Maintainers
3
Versions
185
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nuke-input - npm Package Compare versions

Comparing version 0.1.13 to 0.1.14

4

HISTORY.md
# Changelog
## 0.1.14 / 2016-12-28
* [[c862d42](http://gitlab.alibaba-inc.com/nuke/input/commit/c862d422e6d3b4b47fb3ed9973621dfb45b23663)] - `docs` add keyboard demos
## 0.1.13 / 2016-12-28

@@ -5,0 +9,0 @@

2

package.json
{
"name": "nuke-input",
"version": "0.1.13",
"version": "0.1.14",
"description": "输入框",

@@ -5,0 +5,0 @@ "main": "lib/index",

@@ -32,2 +32,3 @@

| addonAfter | 后置附加文本域, multiple无效 | string | '' |
| htmlType | 键盘类型,可选 `text` `url` `password` `tel` `date` `time` `email`| string|`text`

@@ -34,0 +35,0 @@

@@ -153,2 +153,10 @@ /** @jsx createElement */

<View style={styles.row}><Input style={{height:'400rem',marginBottom:'10rem'}} multiple={true} maxLength="200" placeholder="输入简介..." hasLimitHint defaultValue="富文本字数统计"/></View>
<View style={styles.st}><Text style={styles.stText}>多种键盘类型</Text></View>
<View style={styles.row}><Input placeholder="默认text" htmlType="text" /></View>
<View style={styles.row}><Input placeholder="password" htmlType="password" /></View>
<View style={styles.row}><Input placeholder="email" htmlType="email" /></View>
<View style={styles.row}><Input placeholder="url" htmlType="url" /></View>
<View style={styles.row}><Input placeholder="tel" htmlType="tel" /></View>
<View style={styles.row}><Input placeholder="date" htmlType="date" /></View>
<View style={styles.row}><Input placeholder="time" htmlType="time" /></View>

@@ -155,0 +163,0 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc