-
Notifications
You must be signed in to change notification settings - Fork 1.9k
[iOS] Fixed picker title's color #20205
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[iOS] Fixed picker title's color #20205
Conversation
Hey there @kubaflo! Thank you so much for your PR! Someone from the team will get assigned to your PR shortly and we'll get it reviewed. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The title color was not initialized or updated once the property changed? If it is in both cases, we must review this test and determine why it has not shown the issue so far. If it is the second case, a new test must be included.
I can help managing the tests.
/azp run |
Azure Pipelines successfully started running 3 pipeline(s). |
/azp run |
Azure Pipelines successfully started running 3 pipeline(s). |
src/Controls/tests/UITests/snapshots/ios/PickerTitleShouldBeRed.png
Outdated
Show resolved
Hide resolved
/azp run |
Azure Pipelines successfully started running 3 pipeline(s). |
/rebase |
/azp run |
Azure Pipelines successfully started running 3 pipeline(s). |
b435c54
to
9cba474
Compare
/rebase |
9cba474
to
0f6879d
Compare
e4428fe
to
bf033d1
Compare
bf033d1
to
ea9b3e8
Compare
/rebase |
ea9b3e8
to
c7cb7f2
Compare
* Fixed picker title's color * Update PickerExtensions.cs
* Fixed picker title's color * Update PickerExtensions.cs
* Fixed picker title's color * Update PickerExtensions.cs
* Fixed picker title's color * Update PickerExtensions.cs
* Fixed picker title's color * Update PickerExtensions.cs
* Fixed picker title's color * Update PickerExtensions.cs
* Fixed picker title's color * Update PickerExtensions.cs
Description of Change
Before this change, the title of the picker hasn't been styled because of the UpdatePicker method. When the selected index was equal to -1 the platformPicker.AttributedPlaceholder has been overridden by platformPicker.Text
Issues Fixed
Fixes #19191
Screen.Recording.2024-01-28.at.13.24.16.mov