@hipay/hipay-material-ui 3.2.1 → 3.2.2
Sign up to get free protection for your applications and to get access to all the features.
- package/HiSelect/HiSelect.js +1 -1
- package/es/HiSelect/HiSelect.js +1 -1
- package/package.json +2 -2
package/HiSelect/HiSelect.js
CHANGED
@@ -638,7 +638,7 @@ function (_React$PureComponent) {
|
|
638
638
|
inputValue = _buildSelectProps$inp === void 0 ? this.buildInputValue(options, selectedItemIdList, loading) : _buildSelectProps$inp;
|
639
639
|
|
640
640
|
var popperStyle = {
|
641
|
-
position: '
|
641
|
+
position: staticPosition ? 'relative' : 'fix',
|
642
642
|
top: 0,
|
643
643
|
left: 0
|
644
644
|
};
|
package/es/HiSelect/HiSelect.js
CHANGED
@@ -638,7 +638,7 @@ function (_React$PureComponent) {
|
|
638
638
|
inputValue = _buildSelectProps$inp === void 0 ? this.buildInputValue(options, selectedItemIdList, loading) : _buildSelectProps$inp;
|
639
639
|
|
640
640
|
var popperStyle = {
|
641
|
-
position: '
|
641
|
+
position: staticPosition ? 'relative' : 'fix',
|
642
642
|
top: 0,
|
643
643
|
left: 0
|
644
644
|
};
|
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "@hipay/hipay-material-ui",
|
3
3
|
"private": false,
|
4
|
-
"version": "3.2.
|
4
|
+
"version": "3.2.2",
|
5
5
|
"description": "React components that implement Google's Material Design.",
|
6
6
|
"repository": {
|
7
7
|
"type": "git",
|
@@ -67,4 +67,4 @@
|
|
67
67
|
},
|
68
68
|
"main": "./index.js",
|
69
69
|
"module": "./esm/index.js"
|
70
|
-
}
|
70
|
+
}
|