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.
Set the type attribute for the inputs non-dynamically, and changed the manually two-binding to the Svelte two-way binding using bind:value.
Fixes # 237
I've commented on the issue. This is my first pull request, please let me know how I could improve in the future, thanks!
Checklist:
Please delete options that are not relevant.
[✓] Is this a bug fix
[ ] Have you submitted new feature or bugfix issue? Unless it's a small bugix, we generally prefer to track PRs against an issue which starts a dialogue to give us context.
[ ] Tests passing?
[ ] Have you added to the framework's /examples apps? e.g. agnosticui-react/examples? These are kitchen sink sanity checks which help to verify a component is working and derive documentation snippets.
[ ] Have you updated the docs? These live in site/docs
Pull Request Template
Description
Set the type attribute for the inputs non-dynamically, and changed the manually two-binding to the Svelte two-way binding using
bind:value
.Fixes # 237
I've commented on the issue. This is my first pull request, please let me know how I could improve in the future, thanks!
Checklist:
Please delete options that are not relevant.
agnosticui-react/examples
? These are kitchen sink sanity checks which help to verify a component is working and derive documentation snippets.