selectfield with couple lines sencha touch 2 -
i'm try put long option sencha touch 2 selectfield it work picker need display whole option text inside selectfield too. let me explain pictures. have
want (painted in gimp)
tried increase height of selectfield , apply white-space: pre-wrap !important; text still truncated...
i solved it! looked through sencha-2.2 sources , found selectfield extended textfield. copied selectfield source in own class areaselectfield , changed there 2 lines:
extend: 'ext.field.textarea', xtype: 'areaselectfield' maybe there simpler way works
Comments
Post a Comment