인벤토리 include 필터 문구 수정
This commit is contained in:
@@ -422,6 +422,7 @@ class _RentalPageState extends State<RentalPage> {
|
||||
key: ValueKey(_pendingIncludes.hashCode),
|
||||
controller: _includeController,
|
||||
initialValues: _pendingIncludes,
|
||||
placeholder: const Text(RentalTableSpec.includeEmptyLabel),
|
||||
selectedOptionsBuilder: (context, values) {
|
||||
if (values.isEmpty) {
|
||||
return const Text(RentalTableSpec.includeEmptyLabel);
|
||||
|
||||
Reference in New Issue
Block a user