astro-reactive-form/packages/form/components
Alexander Samaniego 5b539c809c
feat(form): implement FormControl and ControlConfig prop triggerValidationOn (#224)
* Added ValidationHooks and attribute to FormControl

* Event listener uses data attribute to set type

* Changed default event listener to blur

* Add validation data attribute to other components

* Adjusted querySelector to remove condition

* Added nullish operator to prevent error

* Added optional chaining to validator
2022-12-06 18:44:52 +07:00
..
controls feat(form): implement FormControl and ControlConfig prop triggerValidationOn (#224) 2022-12-06 18:44:52 +07:00
Errors.astro refactor: use @astro-reactive/common 2022-10-28 12:41:32 +02:00
Field.astro refactor(form): validation attributes set null instead of false (#215) 2022-11-28 19:46:22 +01:00
FieldSet.astro feat(form): implement unique IDs (#182) 2022-11-08 08:53:22 +01:00
Form.astro feat(form): add validateOnLoad prop (#213) 2022-11-30 15:28:48 +07:00
Label.astro feat(validator): Adding error, warn, info categories support. (#204) 2022-11-26 18:34:14 +01:00