function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Developer IronSourceDeveloper IronSource 

Required Field - little red star doesn't appear on classic but does on Lightning Experience

Hi,
I created a visualforce with lightning design which going to be both on classic and lightning views.
The problem is that required fields have the little red stars ONLY in Lightning Experience but in classic they are not shown.
This is the code which iterates on a fieldset with apex:inputfield and required attribute.

User-added image

Does anyone have an idea what to do ?