:validation returns error when reactive prop is used #860
Closed
mariesvmadrazo
started this conversation in
General
Replies: 1 comment
-
Hi @mariesvmadrazo — this appears to be related to: #852, let’s track that issue for the time being. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a persistent error that I think is related to FormKit's reactivity. When there is a toggled prop (
props.isEnabled
) in:validation
, FormKit doesn't react with it and shows error in console.When props.isEnabled is toggled to either true or false, the console shows error (see image):
![image](https://private-user-images.githubusercontent.com/48974172/257412421-3ab1546e-87d2-4b84-a962-aea2ef7349e6.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3NDAwODgwOTksIm5iZiI6MTc0MDA4Nzc5OSwicGF0aCI6Ii80ODk3NDE3Mi8yNTc0MTI0MjEtM2FiMTU0NmUtODdkMi00Yjg0LWE5NjItYWVhMmVmNzM0OWU2LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMjAlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjIwVDIxNDMxOVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWMxY2ViYTY3ZWI4ZmJlOGNlOTkyYWQ4N2RkMGUyZDEwZDk4MzNmZmE0MmEzZGIyOGNkMjdhYzhlNWViOTQ5ZjcmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.sqveIXbvmJNtlcfG_XBKCyStQfz3qd73fRUjGlV46Vg)
Beta Was this translation helpful? Give feedback.
All reactions