修正上架時 Google Play 檢查出的 issue
This commit is contained in:
@@ -132,7 +132,7 @@ class _ExpenseFormState extends State<ExpenseForm> {
|
||||
// [新增] 類別下拉選單
|
||||
const SizedBox(height: 16),
|
||||
DropdownButtonFormField<String>(
|
||||
value: _selectedExpId,
|
||||
initialValue: _selectedExpId,
|
||||
decoration: const InputDecoration(labelText: "費用類別", border: OutlineInputBorder()),
|
||||
items: _classList.map((c) => DropdownMenuItem(
|
||||
value: c.expId,
|
||||
|
||||
Reference in New Issue
Block a user