Fixed #15901 - re-added required indicator on text and select custom fields #15904
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This should fix a regression introduced in #15552 that was partially fixed in #15573.
Basically, in PR #15552, we changed the CSS to use the CSS selector instead of the CSS class for the HTML form element, however this caused inconsistencies since we were not using the required selector on every form field. I thought we had gotten them all in the PR #15573 but it looks like we missed a few.
On Edit, Before Submitting
On Edit, After Submitting
We still don't seem to be handling required checkboxes and radios correctly on the display, but I'll open a Shortcut for that.
Should fix #15901