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.5.2

Published by yuriy-fix almost 5 years ago

Live Demo →
API Documentation →

Changes Since v2.5.1:

  • 16b21e9 fix(lumo): use correct focus state selector (#436)
vaadin-text-field - v2.5.1

Published by yuriy-fix almost 5 years ago

Live Demo →
API Documentation →

Changes Since v2.5.0:

  • 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

vaadin-text-field - v2.5.0

Published by pekam almost 5 years ago

Live Demo →
API Documentation →

New Features

  • vaadin-integer-field component (#415)

Changes Since v2.5.0-alpha2:

  • 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)

vaadin-text-field - v2.4.13

Published by web-padawan almost 5 years ago

Live Demo →
API Documentation →

Fixes

  • Readonly number field value can now be selected and copied

  • Readonly number field now disallows changing value using arrow keys

Changes Since v2.4.12:

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

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

vaadin-text-field - v2.5.0-alpha2

Published by pekam about 5 years ago

Live Demo →
API Documentation →

Changes Since v2.5.0-alpha1:

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

    Protected feature extracted from to allow
    reusing the same logic for BigDecimalField.

vaadin-text-field - v2.6.0-alpha1

Published by tomivirkki about 5 years ago

Live Demo →
API Documentation →

Changes Since v2.5.0-alpha1:

  • d719168 Add helper text API and slot (#410)

  • 7599194 docs: fix title-property JSDoc [skip ci] (#419)

  • a3d2665 refactor: init constraints observer after ready

  • 73b66b2 test: fix new tests

  • 7e4d7e2 fix: fields should not remove initially set invalid status on ready

vaadin-text-field - v2.4.12

Published by Haprog about 5 years ago

Live Demo →
API Documentation →

Changes Since v2.4.11:

  • 6fd65aa fix: fields should not remove initially set invalid status on ready (#417, #418)
vaadin-text-field - v2.5.0-alpha1

Published by pekam about 5 years ago

Live Demo →
API Documentation →

Changes Since v2.4.11:

  • #415 feat: <vaadin-integer-field>: new field component which prevents non-integer input

  • a8d76d1 fix: duplicate value-changed events from number-field buttons (#416)

    Setting a number value causes the component to convert it to string and
    thus change the value another time.

    fix #413

vaadin-text-field - v2.3.10

Published by tulioag about 5 years ago

Live Demo →
API Documentation →

Changes Since v2.3.9:

  • No changes in component. WebJar release was broken in v2.3.9 (due to webjars.org issue). webjars.org issue should be fixed now, so this was a release just to get working WebJar out.
vaadin-text-field - v2.4.11

Published by tulioag about 5 years ago

Live Demo →
API Documentation →

Changes Since v2.4.10:

  • No changes in component. WebJar release was broken in v2.4.10 (due to webjars.org issue). webjars.org issue should be fixed now, so this was a release just to get working WebJar out.
vaadin-text-field - v2.4.10

Published by Haprog about 5 years ago

Live Demo →
API Documentation →

Changes Since v2.4.9:

  • f49fa9b fix: stuck in invalid state after last validation constraint is removed while invalid (#400, #401)

  • 2c9c8aa test: fix flaky tests (#403)

vaadin-text-field - v2.3.9

Published by Haprog about 5 years ago

Live Demo →
API Documentation →

Changes Since v2.3.8:

  • 30415e8 fix: stuck in invalid state after last validation constraint is removed while invalid (#400, #401)

  • 90a44c9 test: fix flaky tests (#403)

vaadin-text-field - v2.3.8

Published by Haprog about 5 years ago

Live Demo →
API Documentation →

Changes Since v2.3.7:

  • 5ab1d22, d5795f0 fix(number-field): step up/down buttons don't work with some values (#395)

  • 73926d3 Don't adjust decimal places based on step, fix decimal calc (#381)

vaadin-text-field - v2.4.9

Published by Haprog about 5 years ago

Live Demo →
API Documentation →

Changes Since v2.4.8:

  • 9ec4228, 63a7eb7 fix(number-field): step up/down buttons don't work with some values (#395)

  • 827b839 Don't adjust decimal places based on step, fix decimal calc (#381)

vaadin-text-field - v2.4.8

Published by pekam over 5 years ago

Live Demo →
API Documentation →

Changes Since v2.4.7:

  • b35b25f fix: Suppress error on autoselect workaround (#397)
vaadin-text-field - v2.4.7

Published by web-padawan over 5 years ago

Live Demo →
API Documentation →

Fixes

  • Improve a11y for using the component in <vaadin-select> (#392)

  • Ensure Material text-field label does not overflow (#391)

Changes Since v2.4.6:

  • a11bc6a fix(a11y): improve for <vaadin-select> use case (#392)

  • 5b80fea fix(material): ensure long label does not overflow (#391)

vaadin-text-field - v2.4.6

Published by web-padawan over 5 years ago

Live Demo →
API Documentation →

Fixes

  • Fixed number-field to support Lumo align-right theme variant (#390)

  • Demo updates and improvements

Changes Since v2.4.5:

  • c36ca71 fix(lumo): right alignment for number-field with controls (#390)

  • 3a70446 docs: minor demo updates and cleanup [skip ci] (#387)

  • c6e6921 docs: reorganise and update demos [skip ci]

vaadin-text-field - v2.4.5

Published by web-padawan over 5 years ago

Live Demo →
API Documentation →

Fixes

  • Number-field: min, max and step properties are reflected to attributes (#284)

  • iron-resize event is now consistently dispatched for height changes (#383)

  • change event is now correctly dispatched when clearing using Esc (#382)

Changes Since v2.4.4:

  • 338b26d fix: dispatch iron-resize event to notify for height changes (#383)

  • d4f2584 fix(number-field): reflect to attribute properly (#384)

  • 22af86b Dispatch change on ESC clearing the value, add test (#382)

  • 387f81e chore: update vaadin-demo-helpers to 3.0.0 [skip ci]

  • f3e6e45 chore(ci): pin Firefox version in travis to 66

vaadin-text-field - v2.4.4

Published by web-padawan over 5 years ago

Live Demo →
API Documentation →

Fixes

  • Textarea border now looks properly when readonly is set after scroll

  • Number field controls touch size increased to better work on mobile

Changes Since v2.4.3:

  • e7fb51a fix(lumo): remove readonly textarea negative margin (#380)

  • 86ca77f docs: update demos to align with Flow counterpart (#373) [skip ci]

  • ecd8893 fix(lumo): fix border on scrolled readonly textarea (#377)

  • d438a2b fix: increase touch target for number field buttons (#363)

  • 68a9eba Remove _valueClearing on mouseleave (#371)

vaadin-text-field - v2.4.3

Published by Haprog over 5 years ago

Live Demo →
API Documentation →

Changes Since v2.4.2:

  • cc21911 fix: make it possible to detect clear button as the source for input and change events (#369)

    Add property __fromClearButton = true (private API for now) to the input and change events sent by the clear button.

    Fixes #368

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