refactor: normalize location display by stripping state prefixes from cities and uppercasing state codes
This commit is contained in:
@@ -160,13 +160,13 @@ class _AgentFilterSheetState extends State<AgentFilterSheet> {
|
||||
top: false,
|
||||
child: Row(
|
||||
children: [
|
||||
// Clear All
|
||||
// Clear All — reset selections but keep the sheet open
|
||||
// so the user sees the cleared state and can continue.
|
||||
Expanded(
|
||||
child: GestureDetector(
|
||||
onTap: () {
|
||||
_clearAll();
|
||||
widget.onClearAll();
|
||||
Navigator.of(context).pop();
|
||||
},
|
||||
child: Container(
|
||||
height: 29,
|
||||
|
||||
Reference in New Issue
Block a user