Experimental project

This is a sandbox project, which contains experimental code for developer use only.

Usage:

    $form['test_form_element'] = [
      '#title' => t('Such dynamic, much wow'),
      '#type' => 'dynamic_entity_autocomplete',
      '#target_types' => [
        'node' => [
          'selection_handler' => 'default',
          'selection_settings' => [],
        ],
        'entity_test' => [
          'selection_handler' => 'default',
          'selection_settings' => [],
        ],
      ],
      '#default_value' => [
        $my_default_node,
      ],
    ];
Supporting organizations: 
Development

Project information