astro-reactive-form/packages
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
..
common feat(form): implement FormControl and ControlConfig prop triggerValidationOn (#224) 2022-12-06 18:44:52 +07:00
form feat(form): implement FormControl and ControlConfig prop triggerValidationOn (#224) 2022-12-06 18:44:52 +07:00
validator feat(form): implement FormControl and ControlConfig prop triggerValidationOn (#224) 2022-12-06 18:44:52 +07:00