Closed
Description
When I give a _fbKey.current State.value
the value is empty!
I noticed that the values of the _value
variable are never changed.
void setAttributeValue(String attribute, dynamic value) {
if (_fieldKeys[attribute] != null) {
print("Trying to change value for $attribute to $value");
_fieldKeys[attribute].currentState.didChange(value);
print(_fieldKeys[attribute].currentState.value);
}
}
***** Looks like this line is missing ********
_value[attribute] = _fieldKeys[attribute].currentState.value;
Metadata
Metadata
Assignees
Labels
No labels