Hey Chuck,
what would be the goal with the required class? I didn't see it
in B3 and neither in the deprecated Bootstrap classes.
Do you mean we could add CSS rules to style required inputs
differently? B5 does not have that built in. I think selecting
'input.form-control:required' would make sense in that case.
As for validation, the browsers
validation will still work though.
Does that answer your question or is it about something else?
Markus
Yes, for that case we would need to add custom CSS. Unfortunately this will also require it it's own CSS class without making use of the :has selector.
--
You received this message because you are subscribed to the Google Groups "Sakai Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email to sakai-dev+...@apereo.org.
To view this discussion on the web visit https://groups.google.com/a/apereo.org/d/msgid/sakai-dev/3E4DA7E1-A2AE-4689-B84A-6891548D1536%40umich.edu.
To view this discussion on the web visit https://groups.google.com/a/apereo.org/d/msgid/sakai-dev/d0f58922-7874-aa20-a027-8a1e188b1316%40entornosdeformacion.com.
Nice, maybe we could rename it to .form-control-required? The .form-group class CSS was removed with B4, so maybe we shouldn't require it?
I am not sure if --bs-danger is mapped to any Sakai theme color.
--sakai-highlight-color would also be an option.