astro-reactive-form/packages/common
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
..
configs chore(library): implement turporepo (#206) 2022-11-23 20:05:07 +01:00
types feat(form): implement FormControl and ControlConfig prop triggerValidationOn (#224) 2022-12-06 18:44:52 +07:00
index.ts refactor: use @astro-reactive/common 2022-10-28 12:41:32 +02:00
package.json chore: release form@0.6.4, validator@0.2.4, common@0.1.3 2022-12-05 20:47:32 +01:00
RELEASE.md chore: release common, form, validator 2022-11-05 09:23:42 +01:00
tsconfig.json chore: update check and build scripts 2022-11-10 19:03:45 +01:00