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
But that brings me to another problem #8, and problems with the API in general. I would prefer a more "magic" API, wherein no type is required, and can be derived by the modelType or the DS.attr() call in the model. Perhaps this is already the case (have not had the chance to verify). If this is the case, then I would like something like this:
{{fm-fieldvalue=firstName}}
Currently, my needs are such that I would expect to be able to customize the output to be something like this:
Notice how autofocus and required are specified based on the model declaration. I would expect to be do something along the lines of ember validations, where the validation can be specified on each model.
The text was updated successfully, but these errors were encountered:
But that brings me to another problem #8, and problems with the API in general. I would prefer a more "magic" API, wherein no
type
is required, and can be derived by themodelType
or theDS.attr()
call in the model. Perhaps this is already the case (have not had the chance to verify). If this is the case, then I would like something like this:Currently, my needs are such that I would expect to be able to customize the output to be something like this:
Notice how
autofocus
andrequired
are specified based on themodel
declaration. I would expect to be do something along the lines of ember validations, where the validation can be specified on each model.The text was updated successfully, but these errors were encountered: