Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Converts non buttons into buttons #25

Open
justechn opened this issue Mar 7, 2012 · 2 comments
Open

Converts non buttons into buttons #25

justechn opened this issue Mar 7, 2012 · 2 comments

Comments

@justechn
Copy link

justechn commented Mar 7, 2012

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
Copy link
Author

justechn commented Mar 7, 2012

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.

@hiroprotagonist
Copy link
Owner

Agree! Will add a config switch soon.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants