Merge branch 'main' of bitbucket.org:venbainformationtechnology/ts-tat
This commit is contained in:
commit
66b62c7ad4
@ -1295,7 +1295,12 @@ class CreateNewPlansState extends State<CreateNewPlan> {
|
|||||||
),
|
),
|
||||||
);
|
);
|
||||||
|
|
||||||
return ResponsiveBuilder(
|
return
|
||||||
|
|
||||||
|
FocusTraversalGroup(
|
||||||
|
policy: OrderedTraversalPolicy(), // 👈 more predictable tab order
|
||||||
|
descendantsAreFocusable: true,
|
||||||
|
child: ResponsiveBuilder(
|
||||||
builder: (context, sizingInfo) {
|
builder: (context, sizingInfo) {
|
||||||
bool isMobile = sizingInfo.isMobile;
|
bool isMobile = sizingInfo.isMobile;
|
||||||
bool isDesktop =
|
bool isDesktop =
|
||||||
@ -1655,7 +1660,11 @@ class CreateNewPlansState extends State<CreateNewPlan> {
|
|||||||
// ],
|
// ],
|
||||||
// )
|
// )
|
||||||
},
|
},
|
||||||
);
|
)
|
||||||
|
// replace with your full form column
|
||||||
|
);
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// String? getSelectedCostCenterName() {
|
// String? getSelectedCostCenterName() {
|
||||||
|
|||||||
@ -702,4 +702,4 @@ Widget buildNavItem(
|
|||||||
),
|
),
|
||||||
),
|
),
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue
Block a user