AgnosticUI / agnosticui

AgnosticUI is a set of UI primitives that start their lives in clean HTML and CSS. These standards compliant components are then copied to our framework implementations in: React, Vue 3, Angular, and Svelte.
https://agnosticui.com
Apache License 2.0
723 stars 47 forks source link

SignUp Playground #231

Closed roblevintennis closed 2 years ago

roblevintennis commented 2 years ago

It appears the codesandbox for https://codesandbox.io/s/github/AgnosticUI/agnosticui/tree/master/playgrounds/SignupForm

is borked and not validating correctly. We should look at how we fixed this in the new demo

Looks like this is not an issue for the React form but is for Vue and Svelte ones. I think DemoSignup will tell the story but this probably has to do with the refactor for Vue to use v-model and Svelte to use bind:value idioms.

roblevintennis commented 2 years ago

Fixed both Vue and Svelte forms (React was working still); marking Done