Please check if the PR fulfills these requirements
[ ] Tests for the changes have been added (for bug fixes / features)
[ ] Docs have been added / updated (for bug fixes / features)
What kind of change does this PR introduce? (Bug fix, feature, docs update, ...)
Bug fix
What is the current behavior? (You can also link to an open issue here)
A condition in updateChangedTextInputValue function made some fields unresponsive to changes.
What is the new behavior (if this is a feature change)?
Changes to broken fields are now "noticed" and added to changedInputValues array for saving.
Does this PR introduce a breaking change? (What changes might users need to make in their application due to this PR?)
No
Add screenshot if possible. (Add screenshot of the change)
Please check if the PR fulfills these requirements
[ ] Tests for the changes have been added (for bug fixes / features)
[ ] Docs have been added / updated (for bug fixes / features)
What kind of change does this PR introduce? (Bug fix, feature, docs update, ...) Bug fix
What is the current behavior? (You can also link to an open issue here) A condition in updateChangedTextInputValue function made some fields unresponsive to changes.
What is the new behavior (if this is a feature change)? Changes to broken fields are now "noticed" and added to changedInputValues array for saving.
Does this PR introduce a breaking change? (What changes might users need to make in their application due to this PR?) No
Add screenshot if possible. (Add screenshot of the change)
Other information: