update order detail
This commit is contained in:
@@ -657,7 +657,7 @@ class AddressFormPage extends HookConsumerWidget {
|
||||
),
|
||||
const SizedBox(height: 8),
|
||||
DropdownButtonFormField<String>(
|
||||
value: items.containsKey(value) ? value : null,
|
||||
initialValue: items.containsKey(value) ? value : null,
|
||||
isExpanded: true,
|
||||
validator: validator,
|
||||
decoration: InputDecoration(
|
||||
@@ -796,7 +796,7 @@ class AddressFormPage extends HookConsumerWidget {
|
||||
),
|
||||
const SizedBox(height: 8),
|
||||
DropdownButtonFormField<String>(
|
||||
value: items.containsKey(value) ? value : null,
|
||||
initialValue: items.containsKey(value) ? value : null,
|
||||
isExpanded: true,
|
||||
validator: validator,
|
||||
decoration: InputDecoration(
|
||||
|
||||
Reference in New Issue
Block a user