[TIMOB-18818] iOS: Numeric keyboard switches to alphabetic when pressing the Search (return) button using Ti.UI.SearchBar component
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | n/a |
Status | Open |
Resolution | Unresolved |
Affected Version/s | Release 3.5.1 |
Fix Version/s | n/a |
Components | iOS |
Labels | keyboard, numeric, reprod, searchBar |
Reporter | Vladimir Altiparmakov |
Assignee | Unknown |
Created | 2014-11-27T14:30:34.000+0000 |
Updated | 2018-02-28T19:55:58.000+0000 |
Description
When I add any number in the input field using Ti.UI.SearchBar component (please see img1.png) and click on Search button the keyboard will be changed (please see img2.png).
In the simple default application in the app.js I'm using following code:
var win = Ti.UI.createWindow({
backgroundColor: 'white'
});
var search = Titanium.UI.createSearchBar({
barColor : '#000',
showCancel : true,
height : 43,
top : 10,
});
win.add(search);
win.open();
Attachments
File | Date | Size |
---|---|---|
img1.png | 2014-11-27T14:30:34.000+0000 | 76000 |
img2.png | 2014-11-27T14:30:34.000+0000 | 70474 |
I am able to reproduce this issue with the following environment; iPhone 7 (10.2) Studio 4.9.0.201705302345 Ti SDK 6.1.1.v20170620103414 Appc NPM 4.2.9 Appc CLI 6.2.1 Ti CLI 5.0.13 Alloy 1.9.11 Arrow 2.0.0 Xcode 8.2 (8C38) Node v4.8.2 Java 1.8.0_131