diff --git a/packages/dnb-eufemia/src/components/autocomplete/Autocomplete.js b/packages/dnb-eufemia/src/components/autocomplete/Autocomplete.js index 486210906a1..72dd87da223 100644 --- a/packages/dnb-eufemia/src/components/autocomplete/Autocomplete.js +++ b/packages/dnb-eufemia/src/components/autocomplete/Autocomplete.js @@ -1643,7 +1643,7 @@ class AutocompleteInstance extends React.PureComponent { // Add VoiceOver support to read the "selected" item if (IS_MAC && this._ref.current) { // this._ref.current to combat hydration failed, because the initial UI does not match what was rendered on the server. - // Could be solved in a better way + // Could be solved in a better/different way. const { active_item, selected_item } = this.context.drawerList const currentDataItem = getCurrentData( active_item,