ionic-team / ionic-team/ionic-framework

bug: IonInput with clearInput causes placeholder text to not be centered

Đang mở
#27,138 1 bình luận 0 reaction 0 người được giao Xem trên GitHub
package: core type: bug
Ngôn ngữ chính
TypeScript
Star
52.7k
Fork
13.3k
Merge trung bình
1 ngày 15 giờ
Pull request đã merge (30 ngày)
51

Mô tả

### Prerequisites

- [X] I have read the [Contributing Guidelines](https://github.com/ionic-team/ionic-framework/blob/main/.github/CONTRIBUTING.md#creating-an-issue).
- [X] I agree to follow the [Code of Conduct](https://ionicframework.com/code-of-conduct).
- [X] I have searched for [existing issues](https://github.com/ionic-team/ionic-framework/issues) that already report this problem, without success.

### Ionic Framework Version

v7.x

### Current Behavior

When rendering an `ion-input` with the `clear-input` option enabled, it will cause centered placeholder text to be shifted by the space that the clear button would render, when a value is set.

### Expected Behavior

The clear button should not take up available space until the control has a value. For example, the Reminders app from iOS:

|Without Value|With Value|
|---|---|
|Even spacing on each side (`115px`)|No longer centered to entire container|
|![IMG_4627](https://user-images.githubusercontent.com/13732623/230496377-a5cd1b70-9fe1-490b-a1ec-150977b9965f.PNG)|![IMG_4628](https://user-images.githubusercontent.com/13732623/230496404-29483bd1-bf38-4547-a04c-8af06ef1b0b2.PNG)|

### Steps to Reproduce

1. Open the reproduction
2. Observe: The placeholder text is shifted when the `clear-input` is enabled, even if there is no value set.

### Code Reproduction URL

https://stackblitz.com/edit/m9gigw?file=index.html

### Ionic Info

N/A

### Additional Information

The visually centered placeholder is present in iOS 16.4, but in the 16.5 beta there is different visual behavior in the reminders app. We are unsure if it is a bug or a change in design at this time.

Attaching video comparisons of difference in behavior we are currently seeing across iOS versions with the iOS Reminders app:

|iOS 16.4|iOS 16.5 beta|
|---|---|
||

Hướng dẫn đóng góp

Mở hướng dẫn đóng góp

Đánh giá

Issue này chưa được đánh giá.

Nhận issue mới trong hộp thư của bạn

Bản tóm tắt ngắn những issue GitHub phù hợp với người mới.