- Issue created by @pcate
- πΊπΈUnited States pcate
I just tested adding a custom attribute to the data input as well. In that case it is added to the date input and
.form-datetime-wrapper
parent div, but not the.form-items-inline
parent div.<div class="field--type-datetime field--name-field-test-upload-date field--widget-datetime-default js-form-wrapper form-wrapper" data-drupal-selector="edit-field-test-upload-date-wrapper" id="edit-field-test-upload-date-wrapper"> <div data-test-id="DATA-TEST-ID" data-drupal-selector="edit-field-test-upload-date-0-value" class="form-item form-datetime-wrapper"> <h4 class="form-item__label">Test Upload Date</h4> <div id="edit-field-test-upload-date-0-value" data-drupal-field-elements="date" class="form-items-inline"> <div class="js-form-item form-item js-form-type-date form-type--date js-form-item-field-test-upload-date-0-value-date form-item--field-test-upload-date-0-value-date form-item--no-label"> <label for="edit-field-test-upload-date-0-value-date" class="form-item__label visually-hidden">Date</label> <input data-test-id="DATA-TEST-ID" data-drupal-selector="edit-field-test-upload-date-0-value-date" type="date" placeholder="YYYY-MM-DD" data-help="Enter the date using the format YYYY-MM-DD (e.g., 2024-06-10)." id="edit-field-test-upload-date-0-value-date" name="field_test_upload_date[0][value][date]" value="" size="12" class="form-date form-element form-element--type-date form-element--api-date"> </div> </div> </div> </div>
- Status changed to Postponed: needs info
10 months ago 4:01pm 10 June 2024 - πΊπΈUnited States pcate
How is that related to Gin?
So I guess that was an assumption on my part since I'm using the Gin admin theme and Gin has twig template overrides for some date related elements such as
datetime-wrapper.html.twig
, as well as other form customizations. - π¨πSwitzerland saschaeggi Zurich
It wasn't meant in a rude way btw, just clarifying if it is indeed related specifically to Gin or if it should be moved to another issue queue.
- Status changed to Closed: works as designed
10 months ago 6:50am 23 June 2024