GfFormDropDown Never Displays Hint Text
Nobody has claimed this yet.
Assessment
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Newbie friendliness
- 45/100
Research direction
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.
Written by the indexing model from the issue text.
Description
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.
- Dominant language
- Dart
- Stars
- 4.8k
- Forks
- 649
- PR merge metrics
- No merged PRs in 30d
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from ionicfirebaseapp/getwidget
-
Difficulty 2/5 1-3 hours Newbie friendliness 72/100
ionicfirebaseapp/getwidget#378 ·
-
Difficulty 5/5 Over a week Newbie friendliness 15/100
ionicfirebaseapp/getwidget#377 ·
-
GFToggle Open
Difficulty 3/5 1-2 days Newbie friendliness 20/100
ionicfirebaseapp/getwidget#355 ·
-
GfDatePicker Open
Difficulty 4/5 3-5 days Newbie friendliness 15/100
ionicfirebaseapp/getwidget#353 · 1 comment ·
-
Difficulty 3/5 1-2 days Newbie friendliness 35/100
ionicfirebaseapp/getwidget#352 · 1 comment ·
All issues in ionicfirebaseapp/getwidget
Similar issues
-
bug
Difficulty 2/5 1-3 hours Newbie friendliness 75/100
AOSSIE-Org/Ell-ena#332 ·
-
ui/ux
Difficulty 2/5 1-3 hours Newbie friendliness 75/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 75/100
HemantKArya/BloomeeTunes#489 ·
-
Difficulty 1/5 Under an hour Newbie friendliness 90/100
AppFlowy-IO/appflowy-editor#1241 ·
-
error Open
Difficulty 1/5 Under an hour Newbie friendliness 85/100