Socket
Socket
Sign inDemoInstall

sdk-select

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sdk-select - npm Package Compare versions

Comparing version 1.0.5 to 1.0.6

2

package.json

@@ -5,3 +5,3 @@ {

"homepage": "https://www.soodohkohd.com?w=packages&v=sdk-select",
"version": "1.0.5",
"version": "1.0.6",
"license": "MIT",

@@ -8,0 +8,0 @@ "keywords": [

@@ -107,3 +107,3 @@ <img src="https://www.soodohkohd.com/assets/images/logo.png" title="soo-doh-kohd" height="200"/>

[options]="textArray"
valueField="name"
displayValue="name"
(selectChangeEvent)="selectedValue($event)">

@@ -114,3 +114,3 @@ </sdk-select>

[options]="textArray"
valueField="[id]: [name]"
displayValue="[id]: [name]"
(selectChangeEvent)="selectedValue($event)">

@@ -129,3 +129,3 @@ </sdk-select>

[multiSelect]=true
valueField="name"
displayValue="name"
[selectedOptions]="['b', 'c']"

@@ -140,3 +140,3 @@ (selectChangeEvent)="selectedValue($event)">

optionStyle="height: 40px; width: 100px;"
valueField="[id]: [name]"
displayValue="[id]: [name]"
[selectedOptions]="['4: d', '2: b']"

@@ -150,3 +150,3 @@ (selectChangeEvent)="selectedValue($event)">

optionStyle="height: 100%; width: 100%;"
valueField="[id]: [name]"
displayValue="[id]: [name]"
[selectedOptions]="['1: a', '3: c', '4: d', '2: b']"

@@ -157,2 +157,2 @@ (selectChangeEvent)="selectedValue($event)">

NOTE: Use brackets [] in the ```valueField``` parameter to indicate properties (keys) used in the ```options``` array.
NOTE: Use brackets [] in the ```displayValue``` parameter to indicate properties (keys) used in the ```options``` array.
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