Skip to content

Commit 2667816

Browse files
fnagelscottgonzalez
authored andcommitted
Selectmenu: fixed wrong position option description
1 parent 22d2d67 commit 2667816

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entries/selectmenu.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
<desc>Which element the menu should be appended to. Override this when the selectmenu is inside a <code>position: fixed</code> element. Otherwise the popup menu would still scroll with the page.</desc>
4444
</option>
4545
<option name="position" type="Object" default='{ my: "left top", at: "left bottom", collision: "none" }' example-value='{ my : "left+10 center", at: "right center" }'>
46-
<desc>Identifies the position of the menu in relation to the associated button element. Please note position option <code>my</code> and <code>at</code> will be overwritten if option <code>dropdown</code> is set to <code>true</code>. You can refer to the <a href="/position">jQuery UI Position</a> utility for more details about the various options.</desc>
46+
<desc>Identifies the position of the menu in relation to the associated button element. Please note position option <code>my</code> and <code>at</code> will be overwritten if option <code>dropdown</code> is set to <code>false</code>. You can refer to the <a href="/position">jQuery UI Position</a> utility for more details about the various options.</desc>
4747
</option>
4848
</options>
4949
<events>

0 commit comments

Comments
 (0)