kornelski / slip

Slip.js — UI library for manipulating lists via swipe and drag gestures
BSD 2-Clause "Simplified" License
2.44k stars 213 forks source link

Detach leaves ariaRoles and tabIndex. Remove them so slip don't left traces behind #78

Closed Garito closed 8 years ago

Garito commented 8 years ago

This addition allows to delete the attributes that the library sets (ariaRole + tabIndex) so no traces have been left behind after using it

carter-thaxton commented 8 years ago

Excellent. Thanks!

Garito commented 8 years ago

Any idea when will be the next release?