[TIMOB-8833] BlackBerry: Implement important Titanium.UI.SearchBar functionality
GitHub Issue | n/a |
---|---|
Type | Story |
Priority | Medium |
Status | Closed |
Resolution | Won't Fix |
Resolution Date | 2014-05-08T17:35:37.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Backlog |
Components | BlackBerry |
Labels | notable |
Reporter | Francois Boisvert |
Assignee | Pedro Enrique |
Created | 2012-04-20T11:29:24.000+0000 |
Updated | 2017-03-08T18:44:25.000+0000 |
Description
A specialized text field for entering search text.
The SearchBar object is closely modeled on an iOS native search bar. As such, not all features are supported on other platforms.
In iOS, a direct mapping of UISearchBar
https://developer.apple.com/library/ios/#documentation/UIKit/Reference/UISearchBar_Class/Reference/Reference.html
sz: Universal Search API is coming before release. Meanwhile a TextField could be used.
R6 does not provide this functionality. Reducing the priority and leaving this task for another release.
Blackberry 10 does not have a "searchBar" component. I have created the Ti API which returns a textField instead. If you take a look at bootstrap.js, you'll find this:
Closing ticket as it will not fix.