javascript - xtype: filefield not displaying properly -


i had popup looks :

items : [{      xtype: 'form',     title: 'upload photo',     width: 400,     bodypadding: 10,     frame: false,     renderto: ext.getbody(),     items: [{         xtype: 'filefield',         name: 'photo',         fieldlabel: 'photo',         labelwidth: 50,         msgtarget: 'side',         allowblank: false,         anchor: '100%',         buttontext: 'select photo...'     }] }] 

i copied example in sencha docs when run it, gives me :

enter image description here

instead of :

enter image description here

my concern button 'choose file' displayed instead of 'select photo'

how can solve this.. ?

solved problem... @evan-trimboli mentioned, css conflict. run sencha app build command project , work fine..

help helping others


Comments

Popular posts from this blog

php - Calling a template part from a post -

Firefox SVG shape not printing when it has stroke -

How to mention the localhost in android -