Skip to content

Selectmenu: Document changes to width option #255

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions entries/selectmenu.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,10 @@
<option name="position" type="Object" default='{ my: "left top", at: "left bottom", collision: "none" }' example-value='{ my : "left+10 center", at: "right center" }'>
<desc>Identifies the position of the menu in relation to the associated button element. You can refer to the <a href="/position">jQuery UI Position</a> utility for more details about the various options.</desc>
</option>
<option name="width" default="null" example-value="200">
<desc>The width of the menu, in pixels. When the value is <code>null</code>, the width of the native select is used.</desc>
<option name="width" default="false" example-value="200">
<desc>The width of the menu, in pixels. When the value is <code>null</code>, the width of the native select is used. When the value is <code>false</code>, no inline style will be set for the width, allowing the width to be set in a stylesheet.</desc>
<type name="Number" />
<type name="Boolean" />
</option>
</options>
<events>
Expand Down