You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This library looks very promising. Thanks a lot for working on it!
I'm not fully convinced by the public API for controls yet. Currently <form.Field> yields different build-in control components:
input
textarea
checkbox
radio group
select
Custom controls needs to be used for everything else.
To use a custom control, <form.Field> and the control component needs to be wired manually. This prevents community from building reusable controls to integrate other libraries with ember-headless-form. It seems custom controls were a second thought when designing the API.
This library looks very promising. Thanks a lot for working on it!
I'm not fully convinced by the public API for controls yet. Currently
<form.Field>
yields different build-in control components:Custom controls needs to be used for everything else.
To use a custom control,
<form.Field>
and the control component needs to be wired manually. This prevents community from building reusable controls to integrate other libraries with ember-headless-form. It seems custom controls were a second thought when designing the API.I like to propose an alternative API for controls. Let me illustrate it using first-class component template syntax:
The text was updated successfully, but these errors were encountered: