|
|
|
@ -316,7 +316,7 @@ class _ComplaintSelectionState extends State<ComplaintSelection> {
|
|
|
|
minHeight: 0,
|
|
|
|
minHeight: 0,
|
|
|
|
maxHeight: 300),
|
|
|
|
maxHeight: 300),
|
|
|
|
child:
|
|
|
|
child:
|
|
|
|
ListView.builder(
|
|
|
|
widget.searchData!.isNotEmpty ? ListView.builder(
|
|
|
|
shrinkWrap: true,
|
|
|
|
shrinkWrap: true,
|
|
|
|
itemCount: widget.searchData!.length,
|
|
|
|
itemCount: widget.searchData!.length,
|
|
|
|
itemBuilder: (context, index) {
|
|
|
|
itemBuilder: (context, index) {
|
|
|
|
@ -330,7 +330,7 @@ class _ComplaintSelectionState extends State<ComplaintSelection> {
|
|
|
|
widget.onSave!(cc!);
|
|
|
|
widget.onSave!(cc!);
|
|
|
|
searchController.text ='';
|
|
|
|
searchController.text ='';
|
|
|
|
}));
|
|
|
|
}));
|
|
|
|
}))),
|
|
|
|
}) : SizedBox()) ),
|
|
|
|
),
|
|
|
|
),
|
|
|
|
|
|
|
|
|
|
|
|
SizedBox(
|
|
|
|
SizedBox(
|
|
|
|
|