-
Notifications
You must be signed in to change notification settings - Fork 3
Validations don't work correctly #2
Copy link
Copy link
Open
Description
Validations don't work correctly on text fields using localized_text_field values in locales other than current locale. Say your current locale is Persian, and you want to fill value of your localized field 'name' for English locale. If you have a "validates_size_of :name, :within 2..10" it isn't checked for the English name, but checked for the Persian name (maybe because it's current locale.)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels