You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**Related Issue:** #8825
## Summary
- Allow logical placements in the `flipPlacements` array property.
- This allows placement options such as `leading`, `leading-start`,
`trailing`, etc. Not any `auto` options.
- Updates tests
* Defines the available placements that can be used when a flip occurs.
1233
1233
*/
1234
-
"flipPlacements": EffectivePlacement[];
1234
+
"flipPlacements": FlipPlacement[];
1235
1235
/**
1236
1236
* The `id` of the form that will be associated with the component. When not set, the component will be associated with its ancestor form element, if any.
* Defines the available placements that can be used when a flip occurs.
1631
1631
*/
1632
-
"flipPlacements": EffectivePlacement[];
1632
+
"flipPlacements": FlipPlacement[];
1633
1633
/**
1634
1634
* Specifies the maximum number of `calcite-dropdown-item`s to display before showing a scroller. Value must be greater than `0`, and does not include `groupTitle`'s from `calcite-dropdown-group`.
* Defines the available placements that can be used when a flip occurs.
8988
8988
*/
8989
-
"flipPlacements"?: EffectivePlacement[];
8989
+
"flipPlacements"?: FlipPlacement[];
8990
8990
/**
8991
8991
* The `id` of the form that will be associated with the component. When not set, the component will be associated with its ancestor form element, if any.
* Defines the available placements that can be used when a flip occurs.
9429
9429
*/
9430
-
"flipPlacements"?: EffectivePlacement[];
9430
+
"flipPlacements"?: FlipPlacement[];
9431
9431
/**
9432
9432
* Specifies the maximum number of `calcite-dropdown-item`s to display before showing a scroller. Value must be greater than `0`, and does not include `groupTitle`'s from `calcite-dropdown-group`.
0 commit comments