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
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" to dir="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.
* Revert "fix(item): multiple input appearance when using datetime (#25484)"
This reverts commit 3089f38.
* fix(item): multiple input appearance when using datetime
Resolves#25483
Thanks for the issue! This issue is being locked to prevent comments that are not relevant to the original issue. If this is still an issue with the latest version of Ionic, please create a new issue and ensure the template is fully filled out.
Prerequisites
Ionic Framework Version
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
ion-datetime
is clippeddir="rtl"
todir="ltr"
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
The text was updated successfully, but these errors were encountered: