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
Designer scans the properties of the web component and serializes all non-default values. type has no explicit default value, but checkbox sets it in its constructor. value is also set in the constructor.
As these values are not set by the user, it's reasonable to expect that Designer would not serialize them. However, this is the logic at the moment.
Steps to reproduce
(Attach a reproducable project if possible)
See headline
Actual behavior
See headline
Expected behavior
I expect the attributes should not be changed
IDE, Designer and OS version
IDEA/latest macOS/latest
The text was updated successfully, but these errors were encountered: