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
The Number field as of now is a little bit confusing and I tend to use my custom Number field that actually validates numbers.
With the Feed Me fix here craftcms/feed-me#527 you included
which causes to convert inputs like "aa" to null, so the number Validator won't fire and the model is saved without errors. When the client doesn't pay attantion and wants to submit something he/she won't see an error and it's just saved as empty. I don't think thats any good
Steps to reproduce
Create a Number field
Insert a string
See it's saved without errors but as null
Additional info
Craft version: 3.2.10
The text was updated successfully, but these errors were encountered:
Description
The Number field as of now is a little bit confusing and I tend to use my custom Number field that actually validates numbers.
With the Feed Me fix here craftcms/feed-me#527 you included
which causes to convert inputs like "aa" to null, so the number Validator won't fire and the model is saved without errors. When the client doesn't pay attantion and wants to submit something he/she won't see an error and it's just saved as empty. I don't think thats any good
Steps to reproduce
Additional info
The text was updated successfully, but these errors were encountered: