-
- Downloads
feat: Disable monster issue 280 and update handling for attribute
Summary of changes - Updated the HTML for monster issue 280 to reflect its disabled state, ensuring that it informs users of its current unavailability. - Modified the JavaScript logic in the relevant files to support the new disabled attribute, enabling better control over component state. Details: - In `280.html`, the `monster-issue-280` component is now given a `disabled` attribute which will visually signal its inactive status to users. - In `280.mjs`, the commented-out selection of, "disabled," was left as a reminder for possible future enhancements and to signal where the cut-off option merging should lead. - The `customelement.mjs` file's function has been enhanced to check for the `disabled` attribute, thus enabling dynamic updates to the component options based on its state. This ensures the component behaves consistently depending on its attributes.
Please register or sign in to comment