Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
e27e383
feat: add functionality for Constraint Validation API & types
j-mes Nov 27, 2025
65ad842
chore: introduce formValidation story
frshwtr Dec 11, 2025
a94cd37
chore: introduce tests
frshwtr Jan 7, 2026
493379f
chore: refactor validation.js
frshwtr Jan 7, 2026
75f4ea5
fix: fix error display and refactor
frshwtr Jan 8, 2026
ddee9b5
chore: reorder functions in order of usage depth
frshwtr Jan 8, 2026
61b5ebb
chore: refactor validation.js
frshwtr Jan 8, 2026
5f2031c
chore: Update components/o3-form/stories/formValidation.test.stories.tsx
frshwtr Jan 9, 2026
d0e2435
chore: Update components/o3-form/stories/formValidation.test.stories.tsx
frshwtr Jan 9, 2026
5e28851
chore: Update components/o3-form/src/js/validation.js
frshwtr Jan 9, 2026
4b770e3
Merge branch 'main' into OR-1561-provide-javascript-and-html-form-val…
frshwtr Jan 9, 2026
1d88bd4
fix: store form state in form WeakMap
frshwtr Jan 13, 2026
8c47f71
chore: Update components/o3-form/src/js/validation.js
frshwtr Jan 13, 2026
d4e6986
chore: use safe selectors
frshwtr Jan 13, 2026
b573108
chore: improve styling of validation form
frshwtr Jan 13, 2026
3e5600c
chore: improve typing of validateAndReRender
frshwtr Jan 13, 2026
3c8fc6c
chore: Potential fix for code scanning alert no. 28: Incomplete strin…
frshwtr Jan 13, 2026
018ffe9
Merge branch 'main' into OR-1561-provide-javascript-and-html-form-val…
frshwtr Jan 13, 2026
c12ef97
chore: use safer css selectors
frshwtr Jan 13, 2026
0fb2541
chore: will you ever be happy copilot?
frshwtr Jan 13, 2026
6cc2d38
chore: fix tests breaking in CI
frshwtr Jan 13, 2026
f969cbf
Update components/o3-form/src/js/validation.js
frshwtr Jan 13, 2026
5af75e2
chore: Update components/o3-form/src/js/validation.js
frshwtr Jan 13, 2026
2d27dd0
chore: Update components/o3-form/src/js/validation.js
frshwtr Jan 13, 2026
30a8406
Merge branch 'main' into OR-1561-provide-javascript-and-html-form-val…
frshwtr Jan 19, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion components/o3-form/src/css/components/error-summary.css
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
}
}

.o3-forms__error-summary__list {
.o3-form__error-summary__list {
list-style-type: none;
padding-left: 0;
margin-top: 0;
Expand Down
Loading
Loading