jquery.mobile.actionsheet icon indicating copy to clipboard operation
jquery.mobile.actionsheet copied to clipboard

Converts non buttons into buttons

Open justechn opened this issue 12 years ago • 2 comments

I am trying to use actionsheets with a split list, but it is converting the lists into buttons. This messes up the look. Is their a way to apply an action sheet without it converting the link to a button?

justechn avatar Mar 07 '12 15:03 justechn

I found the answer. If I comment out this code

if( this.element.parents( ':jqmData(role="content")' ).length !== 0 ) { this.element.buttonMarkup(); }

then the split list looks normal. However it would be nice if this were configurable.

justechn avatar Mar 07 '12 17:03 justechn

Agree! Will add a config switch soon.

hiroprotagonist avatar Mar 07 '12 19:03 hiroprotagonist