File tree Expand file tree Collapse file tree
docs/app/templates/public-pages/docs
ember-basic-dropdown/src/components Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -52,6 +52,14 @@ import { LinkTo } from '@ember/routing';
5252 Note: This option was never documented.
5353 </p >
5454 </li >
55+ <li >
56+ <p >
57+ Passing
58+ <code >@dir</code >
59+ to the content component has been removed. Please pass this parameter as
60+ a regular HTML attribute instead.
61+ </p >
62+ </li >
5563 <li >
5664 <p >
5765 If you are using
Original file line number Diff line number Diff line change @@ -45,7 +45,6 @@ export interface BasicDropdownContentSignature {
4545 otherStyles? : Record <string , string | number | undefined >;
4646 hPosition? : HorizontalPosition | null ;
4747 vPosition? : VerticalPosition | null ;
48- dir? : string ;
4948 defaultClass? : string ;
5049 overlay? : boolean ;
5150 htmlTag? : keyof HTMLElementTagNameMap ;
@@ -554,7 +553,6 @@ export default class BasicDropdownContent extends Component<BasicDropdownContent
554553 ' ember-basic-dropdown-content--in-place'
555554 }}
556555 {{@ defaultClass }} "
557- dir ={{@ dir }}
558556 ...attributes
559557 {{style @ otherStyles this . positionStyles}}
560558 {{this .respondToEvents }}
@@ -586,7 +584,6 @@ export default class BasicDropdownContent extends Component<BasicDropdownContent
586584 ' ember-basic-dropdown-content--in-place'
587585 }}
588586 {{@ defaultClass }} "
589- dir ={{@ dir }}
590587 ...attributes
591588 {{style @ otherStyles this . positionStyles}}
592589 {{this .respondToEvents }}
You can’t perform that action at this time.
0 commit comments