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
Remove customMin and customMax virtuals from number and text field schemas, which were put in to allow for backward compatibility after customMin and customMax were removed as part of #408
The text was updated successfully, but these errors were encountered:
amitogp
changed the title
TODO: Remove customMin and customMax virtuals from number and text field schemas
[2?] Remove customMin and customMax virtuals from number and text field schemas
Oct 5, 2022
Lines setting the virtuals (i.e. starting with ValidationOptionsSchema.virtual('customMin').get(function () in the files src/app/models/field/xxxField.ts (where xxx is the relevant field type - text/number etc)
The type generic in src/types/field/utils/virtuals.ts
Remove customMin and customMax virtuals from number and text field schemas, which were put in to allow for backward compatibility after customMin and customMax were removed as part of #408
The text was updated successfully, but these errors were encountered: