Skip to content

GfFormDropDown Never Displays Hint Text #351

Description

@Guy-Michael

Here is a minimal example:

GfForm(
        onFormSubmitted: (values) {},
        formfields: [
          GfFormDropDown(
              values: ["option 1", "option 2"],
              hintText: "please select an option")
        ],
        defaultSubmitButtonEnabled: true);

This renders a form with a dropdown that displays the first option from the values rather then the hint text.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions