Socket
Book a DemoInstallSign in
Socket

@maggioli-design-system/mds-input-select

Package Overview
Dependencies
Maintainers
3
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@maggioli-design-system/mds-input-select

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.

latest
npmnpm
Version
3.4.5
Version published
Maintainers
3
Created
Source

mds-input-select

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.

Properties

PropertyAttributeDescriptionTypeDefault
autoFocusauto-focusSpecifies a short hint that describes the expected value of the elementboolean | undefinedundefined
autocompleteautocompleteSpecifies a short hint that describes the expected value of the element"on" | undefinedundefined
disableddisabledIf true, the element is displayed as disabledboolean | undefinedfalse
multiplemultipleSpecifies if the select should allow multiple options to be selected in the listboolean | undefinedfalse
namenameIs needed to reference the form data after the form is submittedstring | undefinedundefined
placeholderplaceholderSpecifies a short hint that describes the expected value of the elementstring | undefinedundefined
requiredrequiredSpecifies that the element must be filled out before submitting the formboolean | undefinedfalse
sizesizeWhen multiple is set to true, represents the number or rows in the list that should be visiblenumber | undefined0
valuevalueSpecifies the value of the componentnull | number | string | undefined''
variantvariantSets the variant of the component"error" | "info" | "success" | "warning" | undefinedundefined

Events

EventDescriptionType
mdsInputSelectChangeEmits an InputChangeEventDetail when the value of the input element changesCustomEvent<MdsInputEventDetail>

Shadow Parts

PartDescription
"select"The select HTML element

Dependencies

Depends on

Graph

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

Package last updated on 23 Jun 2025

Did you know?

Socket

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.

Install

Related posts