
Security News
Another Round of TEA Protocol Spam Floods npm, But It’s Not a Worm
Recent coverage mislabels the latest TEA protocol spam as a worm. Here’s what’s actually happening.
@maggioli-design-system/mds-input-select
Advanced tools
mds-input-select is a web-component from Magma Design System, built with StencilJS, TypeScript, Storybook. It's based on the web-component standard and it's designed to be agnostic from the JavaScript framework you are using.
This is a web-component from Maggioli Design System Magma, built with StencilJS, TypeScript, Storybook. It's based on the web-component standard and it's designed to be agnostic from the JavaScript framework you are using.
| Property | Attribute | Description | Type | Default |
|---|---|---|---|---|
autoFocus | auto-focus | Specifies a short hint that describes the expected value of the element | boolean | undefined | undefined |
autocomplete | autocomplete | Specifies a short hint that describes the expected value of the element | "on" | undefined | undefined |
disabled | disabled | If true, the element is displayed as disabled | boolean | undefined | false |
multiple | multiple | Specifies if the select should allow multiple options to be selected in the list | boolean | undefined | false |
name | name | Is needed to reference the form data after the form is submitted | string | undefined | undefined |
placeholder | placeholder | Specifies a short hint that describes the expected value of the element | string | undefined | undefined |
required | required | Specifies that the element must be filled out before submitting the form | boolean | undefined | false |
size | size | When multiple is set to true, represents the number or rows in the list that should be visible | number | undefined | 0 |
value | value | Specifies the value of the component | null | number | string | undefined | '' |
variant | variant | Sets the variant of the component | "error" | "info" | "success" | "warning" | undefined | undefined |
| Event | Description | Type |
|---|---|---|
mdsInputSelectChange | Emits an InputChangeEventDetail when the value of the input element changes | CustomEvent<MdsInputEventDetail> |
| Part | Description |
|---|---|
"select" | The select HTML element |
graph TD;
mds-input-select --> mds-input-tip
mds-input-select --> mds-input-tip-item
mds-input-tip-item --> mds-text
style mds-input-select fill:#f9f,stroke:#333,stroke-width:4px
Built with love @ Gruppo Maggioli from R&D Department
FAQs
mds-input-select is a web-component from Magma Design System, built with StencilJS, TypeScript, Storybook. It's based on the web-component standard and it's designed to be agnostic from the JavaScript framework you are using.
The npm package @maggioli-design-system/mds-input-select receives a total of 4 weekly downloads. As such, @maggioli-design-system/mds-input-select popularity was classified as not popular.
We found that @maggioli-design-system/mds-input-select demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 3 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Recent coverage mislabels the latest TEA protocol spam as a worm. Here’s what’s actually happening.

Security News
PyPI adds Trusted Publishing support for GitLab Self-Managed as adoption reaches 25% of uploads

Research
/Security News
A malicious Chrome extension posing as an Ethereum wallet steals seed phrases by encoding them into Sui transactions, enabling full wallet takeover.