16 Commits

Author SHA1 Message Date
Joseph Garrone
c2b990ac53 Do not inject password field when password isn't required 2024-05-06 17:41:08 +02:00
Joseph Garrone
4794e35989 Apply number unformat during validation if any 2024-05-06 16:07:49 +02:00
Joseph Garrone
7f55bb5ce3 Load number unformat for pre form submission 2024-05-06 15:25:43 +02:00
Joseph Garrone
f81ef406fb Multivalued attributes that uses a single field have an inputType that starts with "multiselect" 2024-05-04 22:57:34 +02:00
Joseph Garrone
3770ec5f0d If required multivalued single file must have at least one value 2024-05-04 22:40:51 +02:00
Joseph Garrone
52a6edc9ca use valueOrValues to simplify type definitions 2024-05-04 21:27:08 +02:00
Joseph Garrone
6846a683b0 We have a polyfill for Array.every 2024-05-04 20:40:45 +02:00
Joseph Garrone
98a0055490 Register form hook finally completed 2024-05-04 20:36:54 +02:00
Joseph Garrone
a612fce78b Checkpoint validation supporting various multi valued fields 2024-05-02 15:33:48 +02:00
Joseph Garrone
fc040d8302 Progress checkpoint on useUserProfileForm 2024-05-01 18:18:34 +02:00
Joseph Garrone
998f18a3ce Progress on form reactivity 2024-04-27 19:09:22 +02:00
Joseph Garrone
500f558658 Simplify the API of useUserProfileForm 2024-04-22 06:53:08 +02:00
Joseph Garrone
83548afa0a Implement password policy validation 2024-04-22 06:34:50 +02:00
Joseph Garrone
cf42f5b2a0 do not use custom validator to check if password confirmation matches password 2024-04-22 04:34:54 +02:00
Joseph Garrone
dfdc90b686 Dot not create fake attribute field, hide password confirm at an higher level 2024-04-22 04:06:06 +02:00
Joseph Garrone
2e9d2b8bd2 Big refactor of useFormValidator into useUserProfileForm 2024-04-22 04:00:39 +02:00