Socket
Socket
Sign inDemoInstall

propellerkit-select2

Package Overview
Dependencies
16
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.0 to 1.2.0

changelog.md

2

js/pmd-select2.js

@@ -52,3 +52,3 @@ $( document ).ready(function() {

$eventSelectTag.each(function(){
var selected_tag = $(this).closest('.pmd-textfield').find('.select2-selection__choice').hasClass('select2-selection__choice');
var selected_tag = $(this).find('option').attr('selected')
if (selected_tag) {

@@ -55,0 +55,0 @@ $(this).closest('.pmd-textfield').addClass("pmd-textfield-floating-label-completed");

{
"name": "propellerkit-select2",
"version": "1.1.0",
"version": "1.2.0",
"description": "Select2 gives a customizable select box with support for searching, tagging, remote data sets, infinite scrolling, and many other highly used options. We have used Select2 plugin as a reference which we have then customized based on our Propeller theme.",

@@ -18,3 +18,5 @@ "homepage": "http://propeller.in/",

"css",
"scss",
"js",
"material design",
"mobile-first",

@@ -21,0 +23,0 @@ "responsive",

@@ -56,4 +56,3 @@ <br>

Propeller v1.1.0 (http://propeller.in)
© 2016-2017 [Digicorp Information Systems Pvt. Ltd.](https://www.digi-corp.com/)
Code and documentation copyright 2016-2018 [Digicorp Information Systems Pvt. Ltd.](https://www.digi-corp.com/)
Licensed under [MIT](https://github.com/digicorp/propeller/blob/master/LICENSE)

@@ -60,0 +59,0 @@

Sorry, the diff of this file is not supported yet

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