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