redone hund u leine
removed name field, fixed a bug and fixed value reset error
This commit is contained in:
@@ -224,13 +224,11 @@ class _ExcursionMainState extends State<ExcursionMain> {
|
||||
required: false,
|
||||
dbDesignation: DatabasesEnum.excursion,
|
||||
),
|
||||
const SizedBox(height: 10),
|
||||
const SizedBox(height: 20),
|
||||
// ---------- Dog(leash)
|
||||
HundULeine(
|
||||
onMHundChanged: (mHund, mLeine) {
|
||||
rmap["MHund"]!["controller"]!.text = mHund;
|
||||
rmap["MLeine"]!["controller"]!.text = mLeine;
|
||||
},
|
||||
mHund: rmap["MHund"]!["controller"]!,
|
||||
mLeine: rmap["MLeine"]!["controller"]!,
|
||||
),
|
||||
const SizedBox(height: 10),
|
||||
// ---------- State
|
||||
@@ -391,6 +389,7 @@ class _ExcursionMainState extends State<ExcursionMain> {
|
||||
// welpenAnz: rmap["WelpenAnz"]!["controller"]!,
|
||||
// wpSicher: rmap["WpSicher"]!["controller"]!,
|
||||
),
|
||||
const Divider(),
|
||||
const SizedBox(height: 20),
|
||||
// ---------- Counts
|
||||
Anzahlen(
|
||||
|
||||
Reference in New Issue
Block a user