Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

formsy-semantic-ui-react

Package Overview
Dependencies
Maintainers
1
Versions
52
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

formsy-semantic-ui-react - npm Package Compare versions

Comparing version 0.2.4 to 0.2.5

2

lib/FormsyDropdown.js

@@ -112,3 +112,3 @@ 'use strict';

onClose: this.handleClose,
value: getValue() || defaultValue || multiple && [],
value: getValue() || defaultValue || multiple && [] || '',
error: error

@@ -115,0 +115,0 @@ }, (0, _utils.filterSuirElementProps)(this.props));

{
"name": "formsy-semantic-ui-react",
"version": "0.2.4",
"version": "0.2.5",
"description": "Formsy-React wrappers for Semantic-Ui-React's form Components",

@@ -5,0 +5,0 @@ "repository": {

@@ -86,3 +86,3 @@ import React, { Component, createElement, cloneElement } from 'react';

onClose: this.handleClose,
value: getValue() || defaultValue || multiple && [],
value: getValue() || defaultValue || multiple && [] || '',
error,

@@ -89,0 +89,0 @@ ...filterSuirElementProps(this.props),

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