Skip to content

Commit

Permalink
Merge branch 'oxdcomponent' of https://github.com/DanuAnjana/oxd into…
Browse files Browse the repository at this point in the history
… oxdcomponent
  • Loading branch information
DanuAnjana committed Oct 29, 2024
2 parents 2046751 + b959deb commit e308a7e
Show file tree
Hide file tree
Showing 3 changed files with 207 additions and 0 deletions.
4 changes: 4 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
2024-10-11 - 6d028db15ec82666c290476cc656467c1e95b9aa - LinkWithPill.vue, link-with-pill.spec.ts, ProfilePicture.vue, ProfilePic.vue, profile-pic.spec.ts, ListSkeleton.story.vue - add onclick event to prevent default behaviour of link and execute a function

2024-10-03 - 15c4f9e5f2459055c23bae0bdc1afa6590321950 - Icon/icons.ts - Added preboarding feature related icons list

2024-09-26 - a459c2c09ae2ddb76a3c38fe5cf26b3e98eb7c98 - composables/useFormValidation.ts - Fix form validation error not removed when field is toggled

2024-09-12 - 80222890b5422b9913bc84a4e8dff1831b7272f9 - Icon/icons.ts - Add oxd-outline-drip-dry icon

2024-08-02 - 2529c40ce428a16f6ef2f062b13797ac856a95c9 - components/ListTable/ListTable.vue - Fix rows flashing while loading issue
Expand Down
1 change: 1 addition & 0 deletions components/src/composables/useFormValidation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ export default function useFormValidation() {
}),
)
.then(results => {
formState.errorbag = [];
results.map(errorField => {
addError(errorField);
});
Expand Down
Loading

0 comments on commit e308a7e

Please sign in to comment.