Romain Hamel
5829aebe7d
feat(FormField): display multiple errors
...
Adds the `errors` and `maxErrors` properties to the FormField component which
allows to display multiple errors. The `maxErrors` prop is used to limit
the number of errors displayed and defaults to 1 for backward
compatibility.
This change is compatible with the `Form` component error's too.
Resolves #2389
2025-06-14 17:19:16 +02:00
Benjamin Canac
459a0410ab
fix(FormField): use div for error and help slots
2025-05-14 12:55:58 +02:00
Benjamin Canac
d49e0dadee
feat(module): define neutral utilities ( #3629 )
...
Co-authored-by: Sébastien Chopin <atinux@gmail.com >
2025-04-21 15:20:53 +02:00
Sandro Circi
104852a55c
chore: use new syntax for css variables ( #3258 )
...
Co-authored-by: Benjamin Canac <canacb1@gmail.com >
2025-02-07 11:24:14 +01:00
Romain Hamel
b95b91391a
feat(FormField): set aria-describedby and aria-invalid attributes ( #3123 )
2025-01-20 11:46:09 +01:00
Benjamin Canac
81ac076219
feat(module)!: migrate to reka-ui ( #2448 )
2024-12-03 16:11:32 +01:00
Guillaume Chau
9241ba1230
fix(FormField): missing conditions to apply container classes ( #2631 )
...
Co-authored-by: Benjamin Canac <canacb1@gmail.com >
2024-11-13 15:57:35 +01:00
Sandro Circi
dcce571cda
fix(module): stop using tailwind's shorthand arbitrary variable syntax ( #2366 )
...
Co-authored-by: Benjamin Canac <canacb1@gmail.com >
2024-10-14 10:42:26 +02:00
Benjamin Canac
9368c6a639
refactor(module)!: implement design system with CSS variables ( #2298 )
2024-10-07 14:48:02 +02:00
renovate[bot]
235f1cc330
chore(deps): update all non-major dependencies (v3) ( #2219 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Benjamin Canac <canacb1@gmail.com >
2024-09-20 14:16:59 +02:00
Benjamin Canac
c018c23224
feat(components): uniformize colors and variants ( #141 )
2024-07-09 10:45:26 +02:00
Benjamin Canac
d0017bf847
feat(CommandPalette): new component ( #80 )
2024-04-30 18:14:18 +02:00
Benjamin Canac
f302a15972
feat: uniformize components sizes ( #68 )
2024-04-16 12:26:29 +02:00
Romain Hamel
bfd5988358
feat(Checkbox): new component ( #67 )
...
Co-authored-by: Benjamin Canac <canacb1@gmail.com >
2024-03-27 12:00:15 +01:00
Romain Hamel
de62676647
feat(Form): new component ( #4 )
...
Co-authored-by: Benjamin Canac <canacb1@gmail.com >
2024-03-19 16:09:12 +01:00