Sam
Sam
Referencing issue #36. TextArea className is not being used at all: https://github.com/march08/dashboard-ui-kit/blob/master/packages/TextArea/index.tsx#L18-L41
The `className` prop for the `TextArea` is totally unused. https://github.com/march08/dashboard-ui-kit/blob/master/packages/TextArea/index.tsx#L18-L41
This should fix the date sorting issue: #50 The issue is American date format is dumb as fuck and cannot be sorted in string form. I've added a data attribute...