clear nickname controller on add window close
This commit is contained in:
parent
2b06766ce9
commit
63c9c68fc3
1 changed files with 1 additions and 0 deletions
|
|
@ -99,6 +99,7 @@ class _MihCardsState extends State<MihCards> {
|
|||
onWindowTapClose: () {
|
||||
shopController.clear();
|
||||
cardNumberController.clear();
|
||||
_nicknameController.clear();
|
||||
shopName.value = "";
|
||||
Navigator.pop(context);
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue