-
Notifications
You must be signed in to change notification settings - Fork 5
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
Customization to make it work with other projects(Suggestions) #90
Comments
Hey @wellington1993,
Depending on which library you use, you can easily pass translations to the buttons one of two ways.
https://foodee.github.io/ember-foxy-forms/docs/forms#value-error-mapping
You can also adapt something like ember-model-select fairly easily check the section here on custom controls. |
Nice help @joegaudet! I will try that suggestions and try to adapt the ember-model-select with the custom controls. Thanks! |
We’ve done it on a private project, it’s fairly straight forward if you
wrap it in a template only component.
On Thu, Dec 3, 2020 at 3:15 AM Wellington Torrejais da Silva < ***@***.***> wrote:
Nice help @joegaudet <https://github.com/joegaudet>!
I will try that suggestions and try to adapt the ember-model-select with
the custom controls.
Thanks!
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#90 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAA6IB2QHOKHRWZRVVK7DTDSS5XLPANCNFSM4UK7SVXA>
.
--
P.S. - Check out <https://try.food.ee/local-food-company-culture> why we're
proud to deliver local food that makes a difference.
…--
Local Food. Company Culture.
Joe Gaudet | Director of Software Development
Direct: 778.994.4846
Office: 1.844.836.6333
<http://www.food.ee?utm_campaign=Email%20Signature&utm_medium=email&utm_source=Signature&utm_content=HQ&utm_term=Website>
|
@joegaudet Sorry, I can't do that, and it's too sad. At same start point here, I will still trying to do that. Thanks!
|
Could you clarify which objective you’re having trouble with?
On Fri, Dec 11, 2020 at 11:05 PM Wellington Torrejais da Silva <
[email protected]> wrote:
@joegaudet <https://github.com/joegaudet> Sorry, I can't do that, and
it's too sad.
Appears to be simple, but I don't know Ember.js enough to do that.
I'm trying to search help...
At same start point here, I will still trying to do that.
Thanks!
We’ve done it on a private project, it’s fairly straight forward if you
wrap it in a template only component.
On Thu, Dec 3, 2020 at 3:15 AM Wellington Torrejais da Silva < *@*.***>
wrote: Nice help @joegaudet <https://github.com/joegaudet>
https://github.com/joegaudet! I will try that suggestions and try to
adapt the ember-model-select with the custom controls. Thanks! — You are
receiving this because you were mentioned. Reply to this email directly,
view it on GitHub <#90 (comment)
<#90 (comment)>>,
or unsubscribe
https://github.com/notifications/unsubscribe-auth/AAA6IB2QHOKHRWZRVVK7DTDSS5XLPANCNFSM4UK7SVXA
.
-- P.S. - Check out https://try.food.ee/local-food-company-culture why
we're proud to deliver local food that makes a difference.
… <#m_-8746518375796524446_>
-- Local Food. Company Culture. Joe Gaudet | Director of Software
Development Direct: 778.994.4846 Office: 1.844.836.6333
http://www.food.ee?utm_campaign=Email%20Signature&utm_medium=email&utm_source=Signature&utm_content=HQ&utm_term=Website
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#90 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAA6IB4BV5JGKD7IZJESWWTSUMI4RANCNFSM4UK7SVXA>
.
--
P.S. - Check out <https://try.food.ee/local-food-company-culture> why we're
proud to deliver local food that makes a difference.
…--
Local Food. Company Culture.
Joe Gaudet | Director of Software Development
Direct: 778.994.4846
Office: 1.844.836.6333
<http://www.food.ee?utm_campaign=Email%20Signature&utm_medium=email&utm_source=Signature&utm_content=HQ&utm_term=Website>
|
Hi, i like the ember-foxy-forms.
But I have some doubts to make the add-on works in some projects.
For example:
My use case is, an form using Ember Data and Ember Octane with Glimmer.
In that scenario I want to pass an "Ember.store.find" promise to the template using component tracked attribute.
And use the tracked attribute with Ember Store find promise as combo select options, instead use simple hash.
Could someone help me with that? I tried many many other form add-ons but can't do that things.
@joegaudet @abeforgit
Thanks.
The text was updated successfully, but these errors were encountered: