@@ -471,7 +471,8 @@ class _GfFormFieldState extends State<GfFormField>
471
471
gfprefixIcon: widget.iconPrefix,
472
472
bgfilled: true ,
473
473
bgcolor: widget.backgroundcolor,
474
- hinttext: widget.hintText != null ? widget.hintText : 'Name' ,
474
+ hinttext:
475
+ widget.hintText != null ? widget.hintText : 'Password' ,
475
476
),
476
477
controller: textEditingController,
477
478
fieldinitialValue: widget.initialValue,
@@ -539,7 +540,7 @@ class _GfFormFieldState extends State<GfFormField>
539
540
gfprefixIcon: widget.iconPrefix,
540
541
bgfilled: true ,
541
542
bgcolor: widget.backgroundcolor,
542
- hinttext: widget.hintText != null ? widget.hintText : 'Name ' ,
543
+ hinttext: widget.hintText != null ? widget.hintText : 'Email ' ,
543
544
),
544
545
controller: textEditingController,
545
546
fieldinitialValue: widget.initialValue,
@@ -607,7 +608,7 @@ class _GfFormFieldState extends State<GfFormField>
607
608
gfprefixIcon: widget.iconPrefix,
608
609
bgfilled: true ,
609
610
bgcolor: widget.backgroundcolor,
610
- hinttext: widget.hintText != null ? widget.hintText : 'Name ' ,
611
+ hinttext: widget.hintText != null ? widget.hintText : 'Phone ' ,
611
612
),
612
613
controller: textEditingController,
613
614
fieldinitialValue: widget.initialValue,
@@ -745,7 +746,7 @@ class _GfFormFieldState extends State<GfFormField>
745
746
gfprefixIcon: widget.iconPrefix,
746
747
bgfilled: true ,
747
748
bgcolor: widget.backgroundcolor,
748
- hinttext: widget.hintText != null ? widget.hintText : 'Name ' ,
749
+ hinttext: widget.hintText != null ? widget.hintText : 'Number ' ,
749
750
),
750
751
controller: textEditingController,
751
752
fieldinitialValue: widget.initialValue,
0 commit comments