You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 8, 2021. It is now read-only.
While this works most of the times, I'm often ending up with the first input element receiving ui-corner-top and have not really found a way to disable this (excluding Jquery-ing the class away from the wrapping .ui-btn and .ui-btn-inner on pagebeforeshow.
So my idea was to allow data-corners="false" to also be set on the input and if set, to not add any corner classes to the wrapping elements added by JQM. Could maybe be used on other elements as well.
The text was updated successfully, but these errors were encountered:
I'm often constructing sort-of controlgroups by grouping checkboxes or input elements. Like so:
While this works most of the times, I'm often ending up with the first input element receiving ui-corner-top and have not really found a way to disable this (excluding Jquery-ing the class away from the wrapping .ui-btn and .ui-btn-inner on pagebeforeshow.
So my idea was to allow data-corners="false" to also be set on the input and if set, to not add any corner classes to the wrapping elements added by JQM. Could maybe be used on other elements as well.
The text was updated successfully, but these errors were encountered: