-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Login form, basic, example v.3 -- uncaught Type Error after returning to page with this form #1955
Comments
Hi! Have you tried adding options to the
Let us know if anything changed |
…a link, where the actual options of initTE() are defined in the quickstart guide - related to mdbootstrap#1955
Yes - that totally resolves the issue! Thank you very much. |
Describe the bug
I'm using the login form - version 3 with Svelte.
The component loads perfectly in the first load. When navigating through the page, for example by browser forward/back or by clicking to a different route and back to the one, where the form is, the input fields of the form through TypeErrors
and
It seems to be related to #1886 and #1640.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Same behaviour as in the first load
Actual behavior
Two errors - see above - are thrown, the border of the input fields is missing.
Show your code
Desktop (please complete the following information):
Additional context
when adding the attribute
data-te-input-notch-ref
to the input field hard coded, the same error occurs on the first load.The text was updated successfully, but these errors were encountered: