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
Browser version: all versions (but check in latest version)
Steps to Reproduce
Drag and drop the Checkbox Field component & save it with normal configurations
Drag and drop one custom date picker component (we used owl date picker with version i.e., "ng-pick-datetime": "^7.0.0"). Add logic to this component in js (you can add simple console.log(123) or some condition )
Now, While Previewing in other page, Just click on Checkbox (configured in first step)
Expected behavior
Not expecting to flicker
Observed behavior
Example
If possible, please provide a screenshot, live example (via JSFiddle or similar), and/or example code to help demonstrate the issue.
Normal View:
I clicked on checkbox (enable mode) it flickered again i unchecked the checkbox, The View after clicking on Checkbox below(flickering happening for one sec)
For code or form JSON, please enclose in a code block:
console.log("abc")// or you can write any other condition you want
The text was updated successfully, but these errors were encountered:
Steps to Reproduce
Expected behavior
Not expecting to flicker
Observed behavior
Example
If possible, please provide a screenshot, live example (via JSFiddle or similar), and/or example code to help demonstrate the issue.
Normal View:
I clicked on checkbox (enable mode) it flickered again i unchecked the checkbox, The View after clicking on Checkbox below(flickering happening for one sec)
For code or form JSON, please enclose in a code block:
The text was updated successfully, but these errors were encountered: