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
Even if the test results in a true, meaning all is good.
The input box is still dressed as if it is in error.
As if invalid={invalid("username")} is true, as assigned to the Input tag.
I don;t get this issue if I don't use .test()
Any ideas?
The text was updated successfully, but these errors were encountered:
I am using svelte-strap and the "Input" enhanced tag, over the generic "input"
Example:
When I add a .test() to a field. such as
Even if the test results in a true, meaning all is good.
The input box is still dressed as if it is in error.
As if
invalid={invalid("username")}
is true, as assigned to theInput
tag.I don;t get this issue if I don't use
.test()
Any ideas?
The text was updated successfully, but these errors were encountered: