sp-dev-fx-controls-react
sp-dev-fx-controls-react copied to clipboard
Fix for #1775 and #1760
Q | A |
---|---|
Bug fix? | [ x] |
New feature? | [ ] |
New sample? | [ ] |
Related issues? | fixes #1775 #1760 |
What's in this Pull Request?
This pull request is to fix two issues on required field validation issues in Dynamic Form control Dynamic Form has done huge refactoring on version 3.17. See pull request 1672 for detail
The root cause of issue #1760 is due to the initial value of newValue
has been changed from "null" to "undefined". So I modified the related code to "undefined" as well.
Regarding #1775 , now changedValue
won't use loaded item's value as initial value. So I added another check to compare with value
when there is no new value on this field.
@wuxiaojun514
Thanks for taking care of this issue!!!
When will be this fix available? When we will have a new release?
Waiting for #1726
@joelfmrodrigues any news about this issue? We hope to have a resolution