You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I find the need to rename an import is counter to the minimal approach of Svelte. I would prefer having the form just called svelteForm in the library.
Of course this would break backwards compatibility... But perhaps a thing to consider for v3?
When the <input> fields are not wrapped in <form> browser warns about missing form tag like
[DOM] Password field is not contained in a form
when <form> tag is used, Svelte warns about:
Plugin svelte: <form> will be treated as an HTML element unless it begins with a capital letter
Please suggest a way to fix/workaround this.
The text was updated successfully, but these errors were encountered: