[Bug] required field "red star" after <label> tag disappears when wrapper added into field
See original GitHub issueBug report
when we adding in Crud file for fields
'wrapper' => [
'class' => 'my-2 col-md-4'
],
What I expected to happen
required fields should be marked with “red star” after label
What happened
it disappears.
Backpack, Laravel, PHP, DB version
When I run php artisan backpack:version
the output is:
4.1.6
Issue Analytics
- State:
- Created 3 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
Required asterisk disappears when hiding label. - Drupal
I think the best solution would be to place the asterisk within the DIV.webform-component wrapper when labels are set to 'hidden', or (maybe ......
Read more >Use CSS to automatically add 'required field' asterisk to form ...
Here is a simple "CSS only" trick I created and am using to dynamically add a red asterisk on the labels of required...
Read more >How to display Required field with Red Asterick sign
Hello All, In my pages I want to display all the mandatory/required fields with Red Asterick Sign after the field label. But as...
Read more >Show asterix when required field is disabled · Issue #19410 ...
The asterisk is shown for required form fields that are disabled in the MDC based form field component available in v15.
Read more >Card for a required field does not display the * The StarVisible ...
One of my required fields is not showing the * It seems that the ... I made 2 attempts to create a new...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Thank you for being so understanding @siberfx !
you can close this issue, I will investigate it myself and I can create another report with the exact reason that causing this issue. thank you for your time.