Hey, so I am new to WeWeb, JS, and Vue. As such I am hitting some hurdles about things that appear as just happen compared to more strongly typed languages.
I’ve built two small components that are working wonderfully, but recently I decided to implement FormKIt forms into my design. I am passing a schema object from my backend’s api, binding that to a property, dynamically displaying the form with appropriate validations, and binding the schema’s submit and other buttons to appropriate weweb events.
Unfortunately I hit a hurdle early on. I can’t get FormKit’s buttons, or other components to display whatsoever. Text entry and labels are fine, but all their other components don’t work
Any help? Please excuse my lack of understanding