Fix: Passt das Verhalten der InputFelder an, dass sich diese wirklich verändern
This commit is contained in:
@@ -44,9 +44,6 @@ class _TrendState extends State<Trend> {
|
||||
amountMax: amountMax,
|
||||
dateFrom: dateFrom,
|
||||
dateTo: dateTo,
|
||||
onChanged: () {
|
||||
setState(() {});
|
||||
},
|
||||
),
|
||||
const SizedBox(height: 24),
|
||||
|
||||
|
||||
Reference in New Issue
Block a user