svelte-form
svelte-form copied to clipboard
Simple Svelte form model handler and input validations.
The official email ICANN specs of email mentions 63 character max with the newer TLDs. "DO NOT rely on the length of a domain to determine validity. Strings can be...
Is it possible to create an Async custom validation rule. For example checking uniqueness of username from db.
What is the proper way to use form handler in sapper? I have got error 500 `Cannot access 'state' before initialization`
I changed the regex that checks email addresses to one that meets RFC 5322 standards. Additionally, I added a test for checking email addresses with a longer TLD and turned...