-
Notifications
You must be signed in to change notification settings - Fork 13.5k
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
feat: ability to conditionally remove ion-reorder from ion-item #9065
Comments
Have you noticed any performance problem caused by having
|
As you say the whole Couldn't measure up yet, and only a few items so far but it could have an impact with many items. Besides for the sake of a cleaner DOM, what's the point yo have elements you know you're not going to use (ever)? |
@aperezbaena-csc will be fixed in next release! |
@manucorporat awesome!! |
Type: feat
Ionic Version: 2.x
Platform: all
ion-item
includesion-reorder
element in the DOM regardless ofreorder="true"
is set in the list, or even if it's not included in anyion-list
orion-item-group
.Having an option to prevent this item to be present in the DOM would lead to a cleaner and more performing output.
The text was updated successfully, but these errors were encountered: