Search for requests by single item.

main_design2.0
zaid_daoud 2 years ago
parent c8a02c828d
commit 5e4d0927a5

@ -68,12 +68,7 @@ class _AllRequestsSearchPageState extends State<AllRequestsSearchPage> {
// style: AppTextStyles.bodyText2.copyWith(color: const Color(0xFF4A8DB7)),
).paddingAll(8).onPress(() {
setState(() {
search.requestNumber?.controller?.text = "";
search.assetName?.controller?.text = "";
search.assetNo?.controller?.text = "";
search.manufacture?.controller?.text = "";
search.sn?.controller?.text = "";
search.model?.controller?.text = "";
search.resetOtherValues();
});
}),
],

Loading…
Cancel
Save