v4
This commit is contained in:
parent
fc28fe347c
commit
b0b05064b6
1 changed files with 1 additions and 0 deletions
|
|
@ -105,6 +105,7 @@ class _MIHDropdownFieldState extends State<MIHDropdownField> {
|
||||||
@override
|
@override
|
||||||
Widget build(BuildContext context) {
|
Widget build(BuildContext context) {
|
||||||
return DropdownMenu(
|
return DropdownMenu(
|
||||||
|
initialSelection: widget.controller.text,
|
||||||
enabled: widget.editable,
|
enabled: widget.editable,
|
||||||
trailingIcon: Icon(
|
trailingIcon: Icon(
|
||||||
Icons.arrow_drop_down,
|
Icons.arrow_drop_down,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue