fix size field
This commit is contained in:
parent
8f9570ebd2
commit
fb137ef4f3
|
@ -170,7 +170,9 @@ class PetsPageModel extends FlutterFlowModel<PetsPageWidget> {
|
|||
dropDownValue1 == '') {
|
||||
return false;
|
||||
}
|
||||
if (dropDownValue2 == null) {
|
||||
if (dropDownValue2 == null ||
|
||||
dropDownValue2!.isEmpty ||
|
||||
dropDownValue2 == '') {
|
||||
return false;
|
||||
}
|
||||
return true;
|
||||
|
|
Loading…
Reference in New Issue