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

formatic

Package Overview
Dependencies
Maintainers
3
Versions
223
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

formatic - npm Package Compare versions

Comparing version 0.2.19 to 0.2.20

16

build/lib/components/helpers/pretty-select-value.js

@@ -75,5 +75,3 @@ // # pretty-select-value component

{ className: cx(this.props.classes),
onChange: this.onChange,
onFocus: this.onFocusAction,
onBlur: this.onBlurAction },
onChange: this.onChange },
React.createElement(

@@ -94,8 +92,14 @@ 'div',

return React.createElement('input', { ref: 'customInput', type: 'text', value: this.props.field.value,
onChange: this.onInputChange, onFocus: this.onFocusAction, onBlur: this.onBlurAction });
onChange: this.onInputChange, onFocus: this.onFocusAction, onBlur: this.onBlur });
}
return React.createElement('input', { type: 'text', value: this.getDisplayValue(), readOnly: true });
return React.createElement('input', { type: 'text', value: this.getDisplayValue(), readOnly: true, onFocus: this.onFocusAction, onBlur: this.onBlur });
},
onBlur: function onBlur() {
if (!this.state.isChoicesOpen) {
this.onBlurAction();
}
},
getCloseIgnoreNodes: function getCloseIgnoreNodes() {

@@ -121,2 +125,3 @@ return this.refs.toggle.getDOMNode();

this.props.onChange(value);
this.onBlurAction();
},

@@ -126,2 +131,3 @@

if (this.state.isChoicesOpen) {
this.onBlurAction();
this.setChoicesOpen(false);

@@ -128,0 +134,0 @@ }

{
"name": "formatic",
"version": "0.2.19",
"version": "0.2.20",
"description": "Automatic, pluggable form generation",

@@ -5,0 +5,0 @@ "main": "./build/lib/formatic",

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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