forked from yaso_meth/mih-project
clear nickname controller on add window close
This commit is contained in:
@@ -99,6 +99,7 @@ class _MihCardsState extends State<MihCards> {
|
||||
onWindowTapClose: () {
|
||||
shopController.clear();
|
||||
cardNumberController.clear();
|
||||
_nicknameController.clear();
|
||||
shopName.value = "";
|
||||
Navigator.pop(context);
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user