Minor Changes
- 964ee14: feat: ability to align individual table column items
Patch Changes
-
455e965: fix(FileUpload): fileupload on remove clashes with onchage
[!NOTE]
Previously, onChange did not provide an updated value when a file was removed. Now, when a file is removed from FileUpload, onChange will return the updated value for uncontrolled fileupload.
-
a87a200: chore(blade): add data attributes in TabNav & Table components