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
And alpaca throws the error: Uncaught Error: Alpaca caught an error with the default error handler: {"message":"Unable to find field class for type: undefined","reason":"FIELD_INSTANTIATION_ERROR"}
Is it possible to support multiple types for a field in Alpaca? I need to be able to support null in an integer field that is required. It's a required field, but null or an integer are valid values.
The text was updated successfully, but these errors were encountered:
Okay. There isn't any plan to support multiple data types per field instance. The alternative mentioned above is a possibility. If you think that's the way to go, please open another ticket with that request. Closing this.
I have a JSON schema for a field:
And alpaca throws the error:
Uncaught Error: Alpaca caught an error with the default error handler: {"message":"Unable to find field class for type: undefined","reason":"FIELD_INSTANTIATION_ERROR"}
Is it possible to support multiple types for a field in Alpaca? I need to be able to support null in an integer field that is required. It's a required field, but null or an integer are valid values.
The text was updated successfully, but these errors were encountered: