Closed bbenjamin closed 3 years ago
I'm using Vue draggable in a context that would benefit from the list having role and some aria- attributes. I expanded isHtmlAttribute criteria to return true on those, and added some test coverage as well.
role
aria-
isHtmlAttribute
@bbenjamin Thanks.
I'm using Vue draggable in a context that would benefit from the list having
role
and somearia-
attributes. I expandedisHtmlAttribute
criteria to return true on those, and added some test coverage as well.