New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

uxcore-select2

Package Overview
Dependencies
Maintainers
4
Versions
71
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

uxcore-select2 - npm Package Compare versions

Comparing version 0.2.1 to 0.2.2

2

demo/Select2Demo.js

@@ -103,3 +103,3 @@ let Select = require('../src');

<p>基本使用:</p>
<Select defaultValue="lucy" style={{width:200}} onChange={me.handleChange.bind(me)} allowClear={true} getPopupContainer={function() {
<Select placeholder="请选择" style={{width:200}} onChange={me.handleChange.bind(me)} allowClear={true} getPopupContainer={function() {
return document.getElementById("container")

@@ -106,0 +106,0 @@ }} dropdownClassName="kuma-select2-selected-has-icon">

@@ -5,5 +5,6 @@ # History

## 0.2.1
## 0.2.2
`CHANGED` merge ver. 0.1.16
* `CHANGED` merge ver. 0.1.16
* `FIXED` fix dropdown z-index

@@ -10,0 +11,0 @@ ## 0.2.0

{
"name": "uxcore-select2",
"version": "0.2.1",
"version": "0.2.2",
"description": "select ui component for react",

@@ -5,0 +5,0 @@ "main": "build/index.js",

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc