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
I have created a web part with mini color field in property pane as per documentation which is working fine with disableReactivePropertyChanges:false. But if I apply
protected get disableReactivePropertyChanges(): boolean {
return true;
}
then apply button is not visible after i change the color picker value.
Same is happening for multiple controls such as SharePoint List Picker, Multiple SharePoint Lists Picker etc.
The text was updated successfully, but these errors were encountered:
I have created a web part with mini color field in property pane as per documentation which is working fine with disableReactivePropertyChanges:false. But if I apply
then apply button is not visible after i change the color picker value.
Same is happening for multiple controls such as SharePoint List Picker, Multiple SharePoint Lists Picker etc.
The text was updated successfully, but these errors were encountered: