How do I set the input types width at 100% in jQueryMobile? Same as the input type button.
Thanks.
I solved the problem overriding jQueryMobile CSS class's.
.ui-input-text,    
.ui-select
{
    width: 100% !important;
    padding: 0.4em 0!important; 
}
                        If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With