사용하지 않는 파일 정리 전 백업 (Phase 10 완료 후 상태)
This commit is contained in:
@@ -18,7 +18,7 @@ class AutocompleteDropdownField extends StatefulWidget {
|
||||
final bool enabled;
|
||||
|
||||
const AutocompleteDropdownField({
|
||||
Key? key,
|
||||
super.key,
|
||||
required this.label,
|
||||
required this.value,
|
||||
required this.items,
|
||||
@@ -27,7 +27,7 @@ class AutocompleteDropdownField extends StatefulWidget {
|
||||
this.isRequired = false,
|
||||
this.hintText = '',
|
||||
this.enabled = true,
|
||||
}) : super(key: key);
|
||||
});
|
||||
|
||||
@override
|
||||
State<AutocompleteDropdownField> createState() =>
|
||||
|
||||
Reference in New Issue
Block a user