[TIMOB-23119] Change auto width behaviour to FILL for text entry components
GitHub Issue | n/a |
---|---|
Type | Improvement |
Priority | Low |
Status | Open |
Resolution | Unresolved |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | Android, iOS, Windows |
Labels | n/a |
Reporter | Fokke Zandbergen |
Assignee | Kota Iguchi |
Created | 2016-03-29T06:58:58.000+0000 |
Updated | 2018-10-03T11:07:40.000+0000 |
Description
Following up with TIMOB-20406, there are some other UI components that would benefit from changing their auto width behaviour to FILL to prevent them from being invisible otherwise.
While a developer will probably always set the text of a label, he would not for text entry components. If these auto width to SIZE this will make them invisible, which is confusing. And if he does it is unlikely that he would want the width to fit the content in these cases.
Text entry components:
* TextArea
* TextField
* SearchBar
Full list of behaviour for components:
http://docs.appcelerator.com/platform/latest/#!/guide/Layouts,_Positioning,_and_the_View_Hierarchy-section-29004895_Layouts,Positioning,andtheViewHierarchy-AutoSizeBehaviors
No comments