-
Notifications
You must be signed in to change notification settings - Fork 116
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FormBuilder validation message does not show for TextCheckboxGroupField #1154
Comments
Is this a problem for just the specific field you've mentioned, or does this affect all composite fields? |
Haven't tested, will need be checked as part of fixing this issue |
It affects the priority imo. I probably wouldn't bother with this if it's just that field, but if it's all composite fields then it's worth looking at. |
I'd expect it to only be the TextCheckboxGroupField which lives in elemental rather than admin, because I can get a message to show if I stop passing the |
IMHO impact is more than low. Finding elements to associate or link is not feasible without title/name. |
I've done a little more investigation, the issue here is really whether the So this isn't a bug, it's a feature. I've resolved this for TextCheckboxGroupField in elemental in this PR by removing the noHolder prop for the Title field and updating CSS so it still looks as it did before I've close this issue |
TextCheckboxGroupField is a CompositeField used by elemental
FormSchema validation messages from inline submit do not show the red message
The text was updated successfully, but these errors were encountered: