@hig/dropdown
Advanced tools
Comparing version 2.4.0 to 2.4.1
@@ -967,2 +967,3 @@ import React, { Component } from 'react'; | ||
required = _this$props.required, | ||
tabIndex = _this$props.tabIndex, | ||
typable = _this$props.typable, | ||
@@ -972,3 +973,3 @@ value = _this$props.value, | ||
error = _this$props.error, | ||
otherProps = _objectWithoutProperties$5(_this$props, ["children", "defaultValue", "disabled", "formatOption", "id", "multiple", "onBlur", "onChange", "onFocus", "onInputChange", "options", "placeholder", "renderOption", "required", "typable", "value", "variant", "error"]); | ||
otherProps = _objectWithoutProperties$5(_this$props, ["children", "defaultValue", "disabled", "formatOption", "id", "multiple", "onBlur", "onChange", "onFocus", "onInputChange", "options", "placeholder", "renderOption", "required", "tabIndex", "typable", "value", "variant", "error"]); | ||
@@ -1074,3 +1075,4 @@ /** | ||
var className = otherProps.className; | ||
var className = otherProps.className, | ||
tabIndex = otherProps.tabIndex; | ||
@@ -1092,2 +1094,3 @@ var inputClassName = className && className.split(" ").reduce(function (acc, cur) { | ||
onInputChange: onInputChange, | ||
tabIndex: tabIndex, | ||
variant: variant, | ||
@@ -1094,0 +1097,0 @@ className: inputClassName, |
@@ -975,2 +975,3 @@ 'use strict'; | ||
required = _this$props.required, | ||
tabIndex = _this$props.tabIndex, | ||
typable = _this$props.typable, | ||
@@ -980,3 +981,3 @@ value = _this$props.value, | ||
error = _this$props.error, | ||
otherProps = _objectWithoutProperties$5(_this$props, ["children", "defaultValue", "disabled", "formatOption", "id", "multiple", "onBlur", "onChange", "onFocus", "onInputChange", "options", "placeholder", "renderOption", "required", "typable", "value", "variant", "error"]); | ||
otherProps = _objectWithoutProperties$5(_this$props, ["children", "defaultValue", "disabled", "formatOption", "id", "multiple", "onBlur", "onChange", "onFocus", "onInputChange", "options", "placeholder", "renderOption", "required", "tabIndex", "typable", "value", "variant", "error"]); | ||
@@ -1082,3 +1083,4 @@ /** | ||
var className = otherProps.className; | ||
var className = otherProps.className, | ||
tabIndex = otherProps.tabIndex; | ||
@@ -1100,2 +1102,3 @@ var inputClassName = className && className.split(" ").reduce(function (acc, cur) { | ||
onInputChange: onInputChange, | ||
tabIndex: tabIndex, | ||
variant: variant, | ||
@@ -1102,0 +1105,0 @@ className: inputClassName, |
@@ -0,1 +1,8 @@ | ||
# [@hig/dropdown-v2.4.1](https://github.com/Autodesk/hig/compare/@hig/dropdown@2.4.0...@hig/dropdown@2.4.1) (2021-10-06) | ||
### Bug Fixes | ||
* tabindex should go to input ([02f9f1b](https://github.com/Autodesk/hig/commit/02f9f1b)) | ||
# [@hig/dropdown-v2.4.0](https://github.com/Autodesk/hig/compare/@hig/dropdown@2.3.1...@hig/dropdown@2.4.0) (2021-01-14) | ||
@@ -2,0 +9,0 @@ |
{ | ||
"name": "@hig/dropdown", | ||
"version": "2.4.0", | ||
"version": "2.4.1", | ||
"description": "HIG Dropdown", | ||
@@ -20,3 +20,3 @@ "author": "Autodesk Inc.", | ||
"dependencies": { | ||
"@hig/icons": "^3.2.0", | ||
"@hig/icons": "^3.4.0", | ||
"@hig/input": "^1.3.0", | ||
@@ -31,3 +31,3 @@ "@hig/multi-downshift": "^1.0.0", | ||
"@hig/theme-context": "^3.0.1", | ||
"@hig/theme-data": "^2.19.2", | ||
"@hig/theme-data": "^2.21.1", | ||
"react": "^15.4.1 || ^16.3.2" | ||
@@ -34,0 +34,0 @@ }, |
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
113613
2581
Updated@hig/icons@^3.4.0