datagrid icon indicating copy to clipboard operation
datagrid copied to clipboard

Fixing missing quotes in CSS attribute selectors

Open zipper opened this issue 3 years ago • 0 comments

Fixing missing quotes in CSS attribute selectors. When data attribute has a value eg. with ., the jQuery sizzle engine throws an error when there are no quotes around the value. This PR fixes that by adding " around the attribute value.

zipper avatar Sep 12 '22 09:09 zipper