You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With the PropertyFieldTextWithCallout control, when an error is returned from the onGetErrorMessage callback property after the text has changed, the WebPart property should not get persisted with the invalid value and should keep it's old value, just like the OOTB TextField property pane.
Observed Behavior
When the onGetErrorMessage returns an error because the value is invalid, the WebPart property still persists the invalid value.
Steps to Reproduce
Use the PropertyFieldTextWithCallout, return an error from the the onGetErrorMessage callback and notice how the value still gets persisted.
The text was updated successfully, but these errors were encountered:
Category
Version
1.14.1
Expected / Desired Behavior / Question
With the PropertyFieldTextWithCallout control, when an error is returned from the onGetErrorMessage callback property after the text has changed, the WebPart property should not get persisted with the invalid value and should keep it's old value, just like the OOTB TextField property pane.
Observed Behavior
When the onGetErrorMessage returns an error because the value is invalid, the WebPart property still persists the invalid value.
Steps to Reproduce
Use the PropertyFieldTextWithCallout, return an error from the the onGetErrorMessage callback and notice how the value still gets persisted.
The text was updated successfully, but these errors were encountered: