diff --git a/lib/components/simple_select.dart b/lib/components/simple_select.dart index 0996ede..0371616 100644 --- a/lib/components/simple_select.dart +++ b/lib/components/simple_select.dart @@ -55,7 +55,7 @@ class _SimpleSelect extends State { children: [ label, new DropdownButton( - hint: new Text("Select a user"), + hint: new Text(item['label']), value: item['value'], onChanged: (String? newValue) { setState(() {