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
Followed by the MR (issue #95), the rest of the components should align with the new scheme.
The revise steps are advised as the following:
Add component attributes as the static property.
staticattributes={disabled: {name: 'disabled',defaultValue: false,// Add observed: false if it is not intended to be observed for changeparser: (value,attr)=>AttributeParser.parseBoolAttr(value,attr.defaultValue)},name: {name: 'name'},// Basic setting for simple as-is sync (no default value, set prop the same as attribute)
...
};
Followed by the MR (issue #95), the rest of the components should align with the new scheme.
The revise steps are advised as the following:
Todo list:
The text was updated successfully, but these errors were encountered: