EasyUI Forum

General Category => EasyUI for Angular => Topic started by: softboy99 on March 26, 2018, 12:46:01 AM



Title: eui-textbox and eui-passwordbox width = 100% failed in form
Post by: softboy99 on March 26, 2018, 12:46:01 AM
eui-textbox and eui-passwordbox width = 100% failed in form


Title: Re: eui-textbox and eui-passwordbox width = 100% failed in form
Post by: stworthy on March 26, 2018, 06:13:16 PM
The layout of a component dependents on how you set the style of its parent container. So please check your css styles that set on your components carefully.


Title: Re: eui-textbox and eui-passwordbox width = 100% failed in form
Post by: softboy99 on March 28, 2018, 08:29:18 PM
when we use <input> its ok, but when changed to eui-textbox, failed.


Title: Re: eui-textbox and eui-passwordbox width = 100% failed in form
Post by: softboy99 on March 28, 2018, 11:29:44 PM
after set its parent div width=100%, it still doesn't work. After check with chrome, your eui-textbox and eui-passwrodbox wrappeed a <span> outside the <input> so manually set the outer <span> width = 100% in the chrome browser debugger, then its ok.