@clayui/autocomplete
Advanced tools
Comparing version 3.104.0 to 3.105.0
@@ -63,9 +63,9 @@ "use strict"; | ||
var isFocus = isFocusVisible(); | ||
var hoverProps = (0, _shared.useHover)({ | ||
disabled: disabled, | ||
onHover: (0, _react.useCallback)(function () { | ||
return onActiveDescendant(keyValue); | ||
}, [keyValue]) | ||
return !isFocus && onActiveDescendant(keyValue); | ||
}, [keyValue, isFocus]) | ||
}); | ||
var isFocus = isFocusVisible(); | ||
var currentValue = (_ref2 = textValue !== null && textValue !== void 0 ? textValue : value) !== null && _ref2 !== void 0 ? _ref2 : String(children); | ||
@@ -72,0 +72,0 @@ |
{ | ||
"name": "@clayui/autocomplete", | ||
"version": "3.104.0", | ||
"version": "3.105.0", | ||
"description": "ClayAutocomplete component", | ||
@@ -30,3 +30,3 @@ "license": "BSD-3-Clause", | ||
"@clayui/core": "^3.104.0", | ||
"@clayui/drop-down": "^3.104.0", | ||
"@clayui/drop-down": "^3.105.0", | ||
"@clayui/form": "^3.104.0", | ||
@@ -46,3 +46,3 @@ "@clayui/loading-indicator": "^3.60.0", | ||
], | ||
"gitHead": "44f72fac40321954bf46e8f61b163ff71ae04403" | ||
"gitHead": "dfe8e4d9789e2e2586bd439db2496c9f64388d39" | ||
} |
Sorry, the diff of this file is not supported yet
111270
2703
Updated@clayui/drop-down@^3.105.0