Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-18818] iOS: Numeric keyboard switches to alphabetic when pressing the Search (return) button using Ti.UI.SearchBar component

GitHub Issuen/a
TypeBug
Priorityn/a
StatusOpen
ResolutionUnresolved
Affected Version/sRelease 3.5.1
Fix Version/sn/a
ComponentsiOS
Labelskeyboard, numeric, reprod, searchBar
ReporterVladimir Altiparmakov
AssigneeUnknown
Created2014-11-27T14:30:34.000+0000
Updated2018-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

FileDateSize
img1.png2014-11-27T14:30:34.000+000076000
img2.png2014-11-27T14:30:34.000+000070474

Comments

  1. Lee Morris 2017-06-21

    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

JSON Source