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
Implemented field's specific wrapper_names to be passed to and used by CSV Javascript form builder for adding/removing of error messages. Before CSV used only form-wide wrapper but field may use custom wrapper specified:
- by field's `wrapper` attribute
- by field's type and `wrapper_mappings` attribute
- by field's type and SimpleForm config `wrapper_mappings`
0 commit comments