diff --git a/paper-dropdown-menu-light.html b/paper-dropdown-menu-light.html index edaabf8..8dee7b8 100644 --- a/paper-dropdown-menu-light.html +++ b/paper-dropdown-menu-light.html @@ -285,6 +285,7 @@ no-animations="[[noAnimations]]" on-iron-select="_onIronSelect" on-iron-deselect="_onIronDeselect" + fit-into="[[fitInto]]" opened="{{opened}}" close-on-activate allow-outside-scroll="[[allowOutsideScroll]]"> @@ -424,6 +425,13 @@ value: 'right' }, + /** + * The element to fit `this` into. + */ + fitInto: { + type: Object + }, + /** * The orientation against which to align the menu dropdown * vertically relative to the dropdown trigger. diff --git a/paper-dropdown-menu.html b/paper-dropdown-menu.html index 06f4ab8..8d44125 100644 --- a/paper-dropdown-menu.html +++ b/paper-dropdown-menu.html @@ -97,6 +97,7 @@ on-iron-select="_onIronSelect" on-iron-deselect="_onIronDeselect" opened="{{opened}}" + fit-into="[[fitInto]]" close-on-activate allow-outside-scroll="[[allowOutsideScroll]]">