-
Notifications
You must be signed in to change notification settings - Fork 13.4k
Closed
Closed
Copy link
Labels
package: core@ionic/core package@ionic/core packagetype: buga confirmed bug reporta confirmed bug report
Description
Prerequisites
- I have read the Contributing Guidelines.
- I agree to follow the Code of Conduct.
- I have searched for existing issues that already report this problem, without success.
Ionic Framework Version
- v4.x
- v5.x
- v6.x
- Nightly
Current Behavior
Only in RTL mode, when rendering an ion-item
with multiple inputs, such as a checkbox slotted to the start and end and a datetime in the primary content; will clip the datetime in RTL mode only.
Expected Behavior
Datetime should not be clipped in RTL mode.
Steps to Reproduce
- Open reproduction app
- Observe:
ion-datetime
is clipped - Change
dir="rtl"
todir="ltr"
- Wait for Stackblitz to reload
- Observe: Datetime is not clipped
Ignore datetime months changing rapidly within stackblitz with this bug. Due to the width of the datetime being clipped, the intersection observer can fire many times.
Code Reproduction URL
https://stackblitz.com/edit/ztbrct?file=index.html,package.json
Ionic Info
N/A
Additional Information
No response
Metadata
Metadata
Assignees
Labels
package: core@ionic/core package@ionic/core packagetype: buga confirmed bug reporta confirmed bug report