Skip to content
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

[TIMOB-10368] iOS: Expose "color" and "hintTextColor" to Ti.UI.SearchBar #9772

Merged
merged 11 commits into from Feb 26, 2018

Conversation

hansemannn
Copy link
Collaborator

@hansemannn hansemannn added this to the 7.1.0 milestone Jan 26, 2018
description: |
For information about color values, see the "Colors" section of <Titanium.UI>.
type: String
platforms: [iphone, ipad]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Android already supports this, just wasn't documented. Would you mind adding "android" to the supported platform list please?

- name: hintText
summary: Text to show when the search bar field is not focused.
type: String
default: On iOS, "Search"; on Android, no hint text.

- name: hintTextColor
summary: Hint text color to display when the field is empty.
platforms: [iphone, ipad]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Android already supports this property too.


// TODO: Expose on Android / Windows as well
// We have in in Ti.UI.Android.SearchView for Android, but need more parity here
it.ios('.hintTextColor', function () {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Android can run this unit test too.
Change to it.windowsMissing?

});

// TODO: Expose on Android / Windows as well
it.ios('.color', function () {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Android can run this unit test.
Change to it.windowsMissing?

Copy link
Contributor

@vijaysingh-axway vijaysingh-axway left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

CR passed.

@hansemannn
Copy link
Collaborator Author

@jquick-axway Can you update your review?

@build
Copy link
Contributor

build commented Jan 29, 2018

Messages
📖

💾 Here's the generated SDK zipfile.

Generated by 🚫 dangerJS

Copy link
Contributor

@jquick-axway jquick-axway left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

CR: Pass

@hansemannn hansemannn modified the milestones: 7.1.0, 7.2.0 Feb 16, 2018
@ewieberappc
Copy link
Contributor

FR Passed. Tested with 7_1_X branch PR

@ewieberappc ewieberappc merged commit 15735a6 into tidev:master Feb 26, 2018
@sgtcoolguy sgtcoolguy modified the milestones: 7.2.0, 7.3.0 May 16, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

7 participants