srtraj / dropdown_textfield

custom dropdown
MIT License
8 stars 48 forks source link

Can't change hint text #18

Closed roebenhood closed 1 year ago

RyanGSampson commented 1 year ago

textFieldDecoration: const InputDecoration(labelText: 'New Hint Text'),

srtraj commented 1 year ago

use hintText instead of labelText ,like below

InputDecoration(hintText: "Custom hint text"),`