@ebay/ebayui-core
Advanced tools
Comparing version 0.2.0-2 to 0.2.0
@@ -201,3 +201,3 @@ 'use strict'; | ||
var newOptionSelected = this.state.options.filter(function (option) { | ||
return option.value === optionValue; | ||
return option.value.toString() === optionValue; | ||
})[0]; | ||
@@ -204,0 +204,0 @@ var newOptionSelectedValue = newOptionSelected && newOptionSelected.value; |
{ | ||
"name": "@ebay/ebayui-core", | ||
"version": "0.2.0-2", | ||
"version": "0.2.0", | ||
"scripts": { | ||
@@ -5,0 +5,0 @@ "installMarkoV3": "yarn add marko@^3 marko-widgets@^6 -D", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
377464