Needs review
Project:
Paragraphs
Version:
8.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
22 Jun 2020 at 16:14 UTC
Updated:
27 Mar 2026 at 10:17 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
maxpahComment #3
maxpahComment #5
maxpahComment #6
maxpahComment #7
sasanikolic commented@MaxPah I think that .form-required class is enough also for Claro. I see the required mark when using only that class and I see the
.form-item__label.form-required::after, .fieldset__label.form-required::afterinclaro/css/components/form.css.Comment #8
douggreen commentedThe patch applies cleanly against 8.x-1.x-dev, but not against 8.12, so I changed the version.
Comment #9
douggreen commentedI've uploaded a new patch that applies cleanly against the latest tagged version, merely so that my site can use a stable release, and still cleanly apply this patch. The only difference is that the test was moved from Functional/Classic to Functional/WidgetLegacy.
To be abundantly clear, we should merge the previous patch, not this one.
Comment #10
damienmckennaThis is a reroll of #5 and contains no other changes.
Comment #11
deepalij commentedNot able to reproduce this issue, as I can see the required mark on the required field
Checking on Drupal 10.1.x-dev claro theme with Paragraphs version 8.x-1.x-dev
Comment #12
deepalij commentedComment #13
p-neyens commentedI can confirm that the issue is still there.
paragraph 1.17 => IN 1.20 the code is the same https://git.drupalcode.org/project/paragraphs/-/blob/8.x-1.20/src/Plugin...
When i apply the patch i get the asteriks.
But why do we nog change the type for the title element to label then we don't need to add a additional class?