vaadin-text-field

The themable Web Component providing input controls. Part of the Vaadin components.

APACHE-2.0 License

Downloads
19
Stars
25
Committers
37

Bot releases are hidden (Show)

vaadin-text-field - v2.7.0-alpha6

Published by DiegoCardoso over 4 years ago

Live Demo →
API Documentation →

Changes Since v2.7.0-alpha5:

  • 9817cf6 fix: workaround Polymer getProperty with mixins/observers (#484) (#488)
vaadin-text-field - v2.6.2

Published by DiegoCardoso over 4 years ago

Live Demo →
API Documentation →

Changes Since v2.6.1:

  • 77fd9bc fix: workaround Polymer getProperty with mixins/observers (#484) (#486)
vaadin-text-field - v2.5.6

Published by DiegoCardoso over 4 years ago

Live Demo →
API Documentation →

Changes Since v2.5.5:

  • 5c6bc74 Fix user input (#480) (#482)
vaadin-text-field - v2.6.1

Published by yuriy-fix over 4 years ago

Live Demo →
API Documentation →

Changes Since v2.6.0:

  • 6708ba1 Fix user input (#480) (#481)
vaadin-text-field - v2.7.0-alpha5

Published by yuriy-fix over 4 years ago

Live Demo →
API Documentation →

Changes Since v2.7.0-alpha4:

  • f59b118 Fix user input (#480) (#483)
vaadin-text-field - v2.8.0-alpha1

Published by web-padawan over 4 years ago

Live Demo →
API Documentation →

New Features

  • Added helperText API and slot to all field components

Changes Since v2.7.0-alpha4:

  • de866f7 fix: use flattened nodes on helper slot (#477)

  • 1f5b7b1 feat: add helper text API and slot (#476)

vaadin-text-field - v2.7.0-alpha4

Published by web-padawan over 4 years ago

Live Demo →
API Documentation →

Changes Since v2.7.0-alpha3:

  • Moved helperText API and slot to 2.8 and excluded it from 2.7 branch.
vaadin-text-field - v2.7.0-alpha3

Published by DiegoCardoso over 4 years ago

Live Demo →
API Documentation →

Changes Since v2.7.0-alpha2:

  • de866f7 fix: use flattened nodes on helper slot (#477)
vaadin-text-field - v2.7.0-alpha2

Published by web-padawan over 4 years ago

Live Demo →
API Documentation →

Changes Since v2.7.0-alpha1:

  • 1f5b7b1 feat: add helper text API and slot (#476)
vaadin-text-field - v2.7.0-alpha1

Published by web-padawan over 4 years ago

Live Demo →
API Documentation →

New Features

  • Added TypeScript definitions for Polymer 3 version

Changes Since v2.6.0:

  • eb32f36 feat: prepare for TS defs generation (#474)
vaadin-text-field - v2.6.0

Published by yuriy-fix over 4 years ago

Live Demo →
API Documentation →

New Features

  • Added right-to-left (RTL) support.

Changes Since v2.6.0-alpha6:

  • No changes.
vaadin-text-field - v2.6.0-alpha6

Published by yuriy-fix over 4 years ago

Live Demo →
API Documentation →

Changes Since v2.6.0-alpha5:

  • e4d38f2 Don't use :not() selector for overflow-mask-image (#471)
vaadin-text-field - v2.6.0-alpha5

Published by web-padawan over 4 years ago

Live Demo →
API Documentation →

Changes Since v2.6.0-alpha4:

  • cde2735 feat: bump dependency versions for RTL

  • 713d239 Fix RTL styles for numeric fields (#470)

  • 9278daf fix: make email field work like in LTR on RTL mode (#468)

vaadin-text-field - v2.6.0-alpha4

Published by Haprog over 4 years ago

Live Demo →
API Documentation →

Changes Since v2.6.0-alpha3:

  • 8edd5fd add __forceCheckValidity (#452) (#453)
vaadin-text-field - v2.5.5

Published by Haprog over 4 years ago

Live Demo →
API Documentation →

Changes Since v2.5.4:

  • 977fe55 fix: ARIA for disabled, required, readonly and invalid states (#430)

    Do not set aria-disabled, aria-required or aria-readonly attributes since they are unnecessary when we're using the native HTML disabled, required and readonly attributes. Previously these three aria-* attributes were set with incorrect value (valid values for these are string "true" or "false").

    Use correct values for setting aria-invalid attribute (using string "true" when invalid).

vaadin-text-field - v2.5.4

Published by yuriy-fix over 4 years ago

Live Demo →
API Documentation →

Changes Since v2.5.3:

  • 6f49bf7 Add __forceCheckValidity (#452)
vaadin-text-field - v2.6.0-alpha3

Published by yuriy-fix over 4 years ago

Live Demo →
API Documentation →

Changes Since v2.6.0-alpha2:

  • 3475612 Add RTL specific styles (#448)
vaadin-text-field - v2.6.0-alpha2

Published by Haprog almost 5 years ago

Live Demo →
API Documentation →

Changes Since 2.6.0-alpha1:

This release introduces the fixes done between v2.5.0-alpha1 - v2.5.3 into the 2.6 branch.

The 2.6 branch was based off of v2.5.0-alpha1 but it already had most of the fixes that are in v2.5.0-alpha2 except for "feat/refactor: add _enabledCharPattern property (#424)".

  • 2.5.3

    • d8ab70f Check the number field validation constraints inside checkValidity (#442)
  • 2.5.2

    • 16b21e9 fix(lumo): use correct focus state selector (#436)
  • 2.5.1

    • 41f6e7b Override validate to change invalid state instead of checkValidity (#439)

    • cac7a64 test: disable flaky number-field tests in Firefox (#440)

    • 6d5f374 fix: avoid using initial step in validation (#421)

      setting the min or max property should not trigger step-based validation

      fix #420

  • 2.5.0

    • 4d5a222 fix(number-field): prevent readonly value change with keys (#434)

    • 88859eb fix: prevent entering period to IntegerField on mobile (#431)

      By double-checking the _enabledCharPattern with the experimental
      beforeinput event.

      Fix #429

    • 9c38c36 fix(number-field): reset pointer-events properly [skip ci] (#432)

    • 2304ea2 IntegerField: override pattern etc. as private (#426)

  • 2.5.0-alpha2

    • 7f20c6e feat/refactor: add _enabledCharPattern property (#424)

      Protected feature extracted from <vaadin-integer-field> to allow
      reusing the same logic for BigDecimalField.

vaadin-text-field - v2.4.14

Published by tomivirkki almost 5 years ago

Live Demo →
API Documentation →

Changes Since v2.4.13:

  • e94fdcd Check the number field validation constraints inside checkValidity (#443)
vaadin-text-field - v2.5.3

Published by yuriy-fix almost 5 years ago

Live Demo →
API Documentation →

Changes Since v2.5.2:

  • d8ab70f Check the number field validation constraints inside checkValidity (#442)
Package Rankings
Top 7.32% on Bower.io
Top 21.51% on Repo1.maven.org
Top 14.44% on Npmjs.org
Badges
Extracted from project README
npm version Published on webcomponents.org Published on Vaadin Directory Discord
Related Projects