Hacktoberfest 2026: le issue che i maintainer hanno segnato per ottobre, aperte e adatte ai principianti. Sfoglia le issue Hacktoberfest

GfFormDropDown Never Displays Hint Text

Aperta
#351 0 commenti 0 reazioni 0 assegnatari Vedi su GitHub

Nessuno ha ancora preso questa issue.

Valutazione

Difficoltà
2/5
Tempo stimato
1-3 ore
Idoneità per principianti
45/100
Tipo di issue
Bug
Chiarezza
Abbastanza chiara
Stato di attività
Ferma
Stack tecnologico
dart, flutter
Ambito
frontend

Direzione di ricerca

Reproduce the minimal Dart/Flutter example from the issue, then inspect the GfFormDropDown implementation and its hintText handling. Confirm the dropdown initially shows the hint text rather than the first value, and verify the behavior with the example after selecting an option.

Scritto dal modello di indicizzazione a partire dal testo della issue.

Descrizione

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.

Lingua principale
Dart
Stelle
4.8k
Fork
649
Metriche di merge delle PR
Nessuna PR unita negli ultimi 30g

Guida per i contributori

Apri la guida per i contributori

Come iniziare

  1. Leggi tutta la issue e poi la guida ai contributi del progetto.
  2. Commenta sulla issue per dire che te ne occupi tu — evita che due persone facciano lo stesso lavoro.
  3. Fai un fork del repository e lavora su un branch.
  4. Apri una pull request che faccia riferimento al numero della issue.

Altre issue di ionicfirebaseapp/getwidget

Tutte le issue di ionicfirebaseapp/getwidget

Issue simili

Altre issue su Dart

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.