-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How use ChangesetForm with template imports? #327
Comments
I'm more than happy to spawn a PR that would improve the documentation, but I'm writing this after 30+ minutes trying various options, grepping for examples and I'm at a loss, so will need a pointer to an actual example. |
I believe the published version can be imported using this: import ChangesetFrom from '@frontile/changeset-form/components/changeset-form'; Please note that I plan to deprecate this pkg after I release a stable version of everything. I mention in a todo list here: #289 We still use this package, so it's not like I will drop it right now. However, I plan to deprecate it after at least stable version 0.17 is released. It should be removed before v1, together with legacy-forms pkg. This is because Ember Changeset is not where I would like to see it. We had so many issues with it over time that we plan to use something like https://zod.dev/ instead. |
Thanks for the explanation. I suspect there is no replacement for changeset-form yet? |
There is no directly replacement, however, you can use the |
Thanks for your answer and your hints. Somehow I missed the label "deprecated" next to |
Import
so I can just grab:import { Button } from '@frontile/buttons';
gjs/gts
?ChangesetForm
?changeset
(the helper)? Technically not really the issue of this addon, but would make people's life easier.The text was updated successfully, but these errors were encountered: