Added form validation

This commit is contained in:
Yohn 2024-11-13 03:42:58 -05:00
parent 359e51ee06
commit 7602474cfd
241 changed files with 17845 additions and 118 deletions

View file

@ -33,6 +33,7 @@
@use "forms/input-file"; // type="file"
@use "forms/input-range"; // type="range"
@use "forms/input-search"; // type="search"
@use "forms/validation"; // validation for all form elements except select[multiple],select[size], input:not([type="button"], [type="reset"], [type="image"], [type="submit"], [type="checkbox"], [type="radio"]
// Components
@use "components/accordion"; // details, summary