Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit 2bef2ae

Browse files
author
Vasilii Burlacu
committed
Merge branch 'addition/widget-dropdown' of https://github.com/vasilii-b/devdocs into addition/widget-dropdown
* 'addition/widget-dropdown' of https://github.com/vasilii-b/devdocs: Update guides/v2.2/javascript-dev-guide/widgets/widget_dropdown.md Update guides/v2.2/javascript-dev-guide/widgets/widget_dropdown.md Update guides/v2.2/javascript-dev-guide/widgets/widget_dropdown.md
2 parents 6055341 + e0d4d6b commit 2bef2ae

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

guides/v2.2/javascript-dev-guide/widgets/widget_dropdown.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ functional_areas: frontend,theme,dropdown
99

1010
Widget source file is [lib/web/mage/dropdowns.js].
1111

12-
The dropdown widget allows to show show on storefront a select box with custom
12+
The dropdown widget allows to show on storefront a select box with custom
1313
content for each of available options.
1414

1515

@@ -151,7 +151,7 @@ the widget finds it himself with jQuery method `.parent()`.
151151

152152
### `autoclose` {#d_autoclose}
153153

154-
Whenever to close or not the dropdown menu when mouse is clicked outside of dropdown scope.
154+
Whenever to close or not the dropdown menu when the click is performed outside of dropdown scope.
155155

156156
**Type**: Boolean
157157

@@ -162,7 +162,7 @@ Whenever to close or not the dropdown menu when mouse is clicked outside of drop
162162

163163
A jQuery selector for the arrow that expresses the state of the dropdown.
164164
The widget changes given element's text to '+' or '-", depending on the dropdown state.
165-
It's not required the element to be present into the dropdown HTML markup. It works
165+
It's not required the element to be present in the dropdown HTML markup. It works
166166
just fine without it as well.
167167

168168
**Type**: String

0 commit comments

Comments
 (0)