i'm facing with this problem:
and my problem is the dayViewContainer can't show 2 textfield it just show the list?, thank you for your help.Code:{ xtype: 'container', id: 'dateContainer', layout: 'card', flex: 2, items: [ { xtype: 'calendar', id: 'monthView', cls: 'monthView', }, { xtype: 'container', id: 'dayViewContainer', layout: 'fit', items: [ { xtype: 'textfield', label: 'Names', name: 'name' }, { xtype: 'list', flex: 2, ............................ } ] }