Socket
Socket
Sign inDemoInstall

@beisen-platform/dropdown-list

Package Overview
Dependencies
4
Maintainers
1
Versions
37
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.24 to 1.0.25

2

lib/index.js

@@ -265,3 +265,3 @@ import "core-js/modules/es6.function.name";

maxHeight = maxHeight > 260 ? 260 : maxHeight;
dropHeight = this.props.children.length ? dropHeight : 0;
dropHeight = this.props.children.length ? dropHeight : 200;
var showAutoUl = React.createElement(DropDown, _extends({}, dropdownDate, {

@@ -268,0 +268,0 @@ maxHeight: maxHeight

{
"name": "@beisen-platform/dropdown-list",
"version": "1.0.24",
"version": "1.0.25",
"description": "表单下拉选择器,多选或单选,可直接用于表单中",

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

@@ -123,4 +123,3 @@ import React, { Component } from 'react';

maxHeight = maxHeight > 260 ? 260 : maxHeight;
dropHeight = this.props.children.length ? dropHeight : 0;
dropHeight = this.props.children.length ? dropHeight : 200
const showAutoUl = <DropDown {...dropdownDate} maxHeight={maxHeight} />;

@@ -127,0 +126,0 @@ this.CommonMount.renderDom(

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc