Problem/Motivation

Field widget doesn't show field label or description.

Proposed resolution

Show field label and description on the plugin field widgets.

Remaining tasks

User interface changes

API changes

Data model changes

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

lauriii created an issue. See original summary.

lauriii’s picture

Xano’s picture

Status: Needs review » Needs work

We should fix this inside the plugins' form builders themselves. Passing on pre-made form structures to form builders is prone to errors, and I have never seen a good use case of it. Only the selector itself knows its structure, and how best to display its label.

Xano’s picture

Status: Needs work » Needs review
FileSize
842 bytes

What about this?

Xano’s picture

Status: Needs review » Reviewed & tested by the community

I tested this manually and it works.

  • Xano committed 54a5e6c on 8.x-2.x authored by lauriii
    Issue #2787339 by lauriii, Xano: Field widget doesn't show field label...
Xano’s picture

Status: Reviewed & tested by the community » Fixed

Thanks!

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.