[TIMOB-19072] SearchView: Should pass value with change and submit events
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Medium |
Status | Open |
Resolution | Unresolved |
Affected Version/s | Release 4.0.0 |
Fix Version/s | n/a |
Components | Android |
Labels | n/a |
Reporter | Fokke Zandbergen |
Assignee | Unknown |
Created | 2015-06-25T10:20:52.000+0000 |
Updated | 2018-02-28T19:55:46.000+0000 |
Description
As [documented](http://docs.appcelerator.com/platform/latest/#!/api/Titanium.UI.Android.SearchView-event-submit) the SearchView
submit
and change
events do not pass the value of the SearchView. This is not in line with other views like SearchBar, which - even though it's [not documented](http://docs.appcelerator.com/platform/latest/#!/api/Titanium.UI.SearchBar-event-return) - *does* pass the value.
No comments