
Security News
OWASP 2025 Top 10 Adds Software Supply Chain Failures, Ranked Top Community Concern
OWASP’s 2025 Top 10 introduces Software Supply Chain Failures as a new category, reflecting rising concern over dependency and build system risks.
@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.
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
OWASP’s 2025 Top 10 introduces Software Supply Chain Failures as a new category, reflecting rising concern over dependency and build system risks.

Research
/Security News
Socket researchers discovered nine malicious NuGet packages that use time-delayed payloads to crash applications and corrupt industrial control systems.

Security News
Socket CTO Ahmad Nassri discusses why supply chain attacks now target developer machines and what AI means for the future of enterprise security.