Widget types that will need this remove button are as follows: - textfield - number - autocomplete (entity/term reference)
I've stumbled across three different modules that are all trying to solve this UI deficiency for fields in general: - the multiple_fields_remove_button module - the cck_multiple_field_remove module - the field_remove_item module
GitHub Issue #:
314
Recent comments
Thanks for the guide, let me do just that. I hope there is still a chance of these seeing a backdrop port.
Station and Community Media
The block system and API in Backdrop is very different from Drupal's. In Backdrop, as in Drupal, modules can define blocks in code (in fact some of the API at this level is the same, with...
Drupal block module conversion
This was from examining line 2463- of the webform.module, where // Attach necessary JavaScript and CSS. $form['#attached'] = array( 'css' => array(backdrop_get_path('module', 'webform...
How do I diagnose Webform Conditionals failing?