diff --git a/docs/forms/selects/options.html b/docs/forms/selects/options.html index 1d1ec46c..29e88cf8 100644 --- a/docs/forms/selects/options.html +++ b/docs/forms/selects/options.html @@ -90,12 +90,6 @@
$('select').selectmenu({ nativeMenu: "false" });
- overlayTheme stringdefault: a
-Sets the color of the overlay layer for the dialog-based custom select menus and the outer border of the smaller custom menus. It accepts a single letter from a-z that maps to the swatches included in your theme. By default, the content block colors for swatch A will be used for the overlays. This option is also exposed as a data attribute: ui-body-d
$('select').selectmenu({ overlayTheme: "d" });
-
-
shadow booleandefault: true