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
Note that until now I have only had models that use the dataTypes string, number and date, and have only encountered this issue with date. This issue needs to be checked for the other dataTypes (boolean, array, object, any and custom dataTypes)
A model with these
props
:generates the following form by calling
$ ampersand gen form client/models/object.js
:Where are the
fromDate
andtoDate
inputs? Note that they are defined asdate
dataType in the model.The text was updated successfully, but these errors were encountered: