0.27.0 • Published 2 years ago

@material/mwc-formfield v0.27.0

Weekly downloads
6,832
License
Apache-2.0
Repository
github
Last release
2 years ago

<mwc-formfield> Published on npm

IMPORTANT: The Material Web Components are a work in progress and subject to major changes until 1.0 release.

A form field is a text caption for MWC input elements including <mwc-checkbox>, <mwc-radio>, and <mwc-switch>.

It is equivalent to the native <label> element in that it forwards user interaction events to the input element. For example, tapping on the label causes the associated input element to toggle and focus.

Material Design Guidelines: Selection controls

Demo

Installation

npm install @material/mwc-formfield

NOTE: The Material Web Components are distributed as ES2017 JavaScript Modules, and use the Custom Elements API. They are compatible with all modern browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional tooling step is required to resolve bare module specifiers, as well as transpilation and polyfills for IE11. See here for detailed instructions.

Example usage

With checkbox

<mwc-formfield label="Tomato">
  <mwc-checkbox checked></mwc-checkbox>
</mwc-formfield>

<script type="module">
  import '@material/mwc-checkbox/mwc-checkbox.js';
  import '@material/mwc-formfield/mwc-formfield.js';
</script>

nowrap label with checkbox

<style>
  mwc-formfield[nowrap] {
    width: 150px;
  }
</style>
<mwc-formfield label="really really long label" nowrap>
  <mwc-checkbox></mwc-checkbox>
</mwc-formfield>

<script type="module">
  import '@material/mwc-checkbox/mwc-checkbox.js';
  import '@material/mwc-formfield/mwc-formfield.js';
</script>

With Radio

<style>
  mwc-formfield {
    display: block;
  }
</style>

<mwc-formfield label="Home">
  <mwc-radio name="location" checked></mwc-radio>
</mwc-formfield>

<mwc-formfield label="Work">
  <mwc-radio name="location"></mwc-radio>
</mwc-formfield>

<script type="module">
  import '@material/mwc-radio/mwc-radio.js';
  import '@material/mwc-formfield/mwc-formfield.js';
</script>

With Switch

<mwc-formfield label="Airplane mode">
  <mwc-switch checked></mwc-switch>
</mwc-formfield>

<script type="module">
  import '@material/mwc-switch/mwc-switch.js';
  import '@material/mwc-formfield/mwc-formfield.js';
</script>

API

Slots

NameDescription
defaultThe input element that this form field provides a label for.

Properties/Attributes

NameTypeDescription
labelstringThe text to display for the label and sets a11y label on input. (visually overriden by slotted label)
alignEndbooleanAlign the component at the end of the label.
spaceBetweenbooleanAdd space between the component and the label as the formfield grows.
nowrapbooleanPrevents the label from wrapping and overflow text is ellipsed.

Methods

None

Events

None

CSS Custom Properties

Global CSS Custom Properties

This component exposes the following global theming custom properties.

NameDescription
--mdc-typography-body2-<PROPERTY>Styles the typography of the formfield.

Additional references

@things-factory/operato-hubzagenzagen-productionplaytwo-core-cms-sections@simplr-wc/radio-groupsimplr-components@netzoio/web-componentsopenstamanager@everything-registry/sub-chunk-584open-scd@erixhens/annotatorvve-breakoutyew-material-scripts@hatiolab/things-shell@hass-ada/frontend-literestu-garzon-virtualscoped-material-componentsruhil-uiswag-tag-mwctasmota-esp-web-tools@jsview/material-components@leavittsoftware/leavittbook@leavittsoftware/titanium-twoline-formfielddotcms-uifhir-active-statusfhir-allergy-lastoccurencefhir-allergy-onsetfhir-location-modefhir-human-genderfhir-birth-datefhir-decease-status@lordoftheflies/plutonium-styles@openenergytools/scl-wizarding@nabucasa/sl-web-tools@infinitebrahmanuniverse/nolb-_mate@openscd/oscd-filtered-list@iooxa/components@iooxa/ink-basic@jrg/ubuntu-ui@jrg-material/materialholochain-playground@pie-framework/pie-tools@esui/material-components@equinor/fusion-wc-formfield@pixano/corehomeassistant-frontend-racelandjupyter_pixano@fmsim/layout-viewjsui-components@things-factory/reference-app@things-factory/barcode-base@things-factory/board-ui@things-factory/operato-retail@things-factory/operato-mms@things-factory/operato-pms@things-factory/operato-fleet@takeramagan/hotel-library@formsey/fields-material@tadevel/decision2021@tadevel/decision2023@binar/search-dialog@bluetensor/annotator@blackpurl/web-components@boluabraham/fhir-human-gender@boluabraham/fhir-human-language@boluabraham/fhir-marital-status@boluabraham/fhir-active-status@boluabraham/fhir-birth-date@boluabraham/fhir-decease-statusmwc-bundle@backlight-dev/aodocs.aodocs-design-system@finastra/form@finastra/formfield@wcd/bennypowers.spacex-launches@wces/form-builder@wces/jsui-material@cortexcloud/cortex-ui-legacy@web-mjs/material-components@web-mjs/material-web-components@vonage/vwc-formfieldmeteoalarm-card@dotcms/dotcms-ui@dhruval/dk-form-fieldcorgy-frontendcortex-ui-legacypgljupyter
0.27.0

2 years ago

0.26.1

2 years ago

0.26.0

2 years ago

0.25.3

3 years ago

0.25.2

3 years ago

0.25.1

3 years ago

0.23.0

3 years ago

0.22.1

3 years ago

0.22.0

3 years ago

0.21.0

3 years ago

0.20.0

3 years ago

0.19.1

4 years ago

0.19.0

4 years ago

0.18.0

4 years ago

0.17.2

4 years ago

0.17.0

4 years ago

0.16.1

4 years ago

0.15.0

4 years ago

0.14.1

4 years ago

0.14.0

4 years ago

0.13.0

4 years ago

0.12.0

4 years ago

0.11.0

4 years ago

0.11.1

4 years ago

0.10.0

5 years ago

0.9.1

5 years ago

0.9.0

5 years ago

0.8.0

5 years ago

0.7.1

5 years ago

0.7.0

5 years ago

0.6.0

5 years ago

0.5.0

5 years ago

0.4.0

5 years ago

0.3.6

5 years ago

0.3.5

5 years ago

0.3.4

5 years ago

0.3.3

5 years ago

0.3.2

5 years ago

0.3.1

6 years ago

0.3.0

6 years ago

0.2.1

6 years ago

0.2.0

6 years ago

0.1.2

6 years ago