astro-reactive-form/packages/form/core
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
..
form-control.ts feat(form): implement FormControl and ControlConfig prop triggerValidationOn (#224) 2022-12-06 18:44:52 +07:00
form-group.ts feat(form): add setValue method to FormGroup class (#191) 2022-11-12 22:15:54 +01:00
index.ts core: common directory for packages (#114) 2022-10-21 14:05:23 +02:00