[TIMOB-5814] Should be able to set borderStyle on Titanium.UI.TextArea
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Low |
Status | Closed |
Resolution | Won't Do |
Resolution Date | 2020-01-09T19:26:21.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | iOS |
Labels | TextArea, borderStyle, tbs-1.9.0 |
Reporter | Rasmus Burkal |
Assignee | Ingo Muschenetz |
Created | 2011-10-04T12:37:55.000+0000 |
Updated | 2020-01-09T19:26:21.000+0000 |
Description
You should be able to set borderStyle, e.g. to Titanium.UI.INPUT_BORDERSTYLE_ROUNDED on Titanium.UI.TextArea (as you can on Titanium.UI.TextField)
for instance:
var win = Ti.UI.createWindow();
var ta = Ti.UI.createTextArea({
borderStyle: Titanium.UI.INPUT_BORDERSTYLE_ROUNDED
});
win.add(ta);
win.open();
I agree! It seems obvious that this should exist to make TextArea and TextField inputs look the same.
It has been decided that this issue should be closed as “Won’t do.” This issue is out of date with our current supported SDK release (7.5.2.GA as of the date of closure), and out of date with mobile OS versions. Updating, or creating code may not reproduce the issue reported, or be a valid test case. If community members feel that the issue is still valid, please create a new ticket. Please reference this closed ticket number, include SDK used, comments, and code that demonstrates/reproduces the issue.