• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

vaadin / vaadin-text-field
97%
master: 96%

Build:
Build:
LAST BUILD BRANCH: v2.8.1
DEFAULT BRANCH: master
Repo Added 07 Jun 2018 10:16AM UTC
Files 7
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

LAST BUILD ON BRANCH fix/365
branch: fix/365
CHANGE BRANCH
x
Reset
  • fix/365
  • 2.1
  • 2.3
  • 2.4
  • 2.5
  • 2.6
  • 2.7
  • @vaadin/vaadin-component-dev-dependencies
  • adjust-decimal-calcs
  • animationend-update-height
  • aria-debug
  • backport-480-2.5
  • backport-480-2.6
  • backport-480-2.7
  • backport-495-2.6
  • backport-495-2.7
  • change-event-fix
  • change-on-clear
  • chore/required-field-mixin
  • clean-button
  • component/email-field
  • cp/2.5/PR484
  • cp/2.6/PR484
  • cp/2.7/PR484
  • cp/chore/travis-latest-ff
  • debounce-offset-height-measure
  • demo-changes
  • dispatch-change-on-clear
  • enabled-char-pattern
  • feat/clear-click-prevent-default
  • feat/helper-text
  • feat/i18n
  • feat/input-event
  • feat/integer-field
  • feat/notify-resize
  • feature/hint-text
  • feature/material-visual-test
  • feature/text-area-rows-cols
  • feature/vaadin-number-field
  • finalize-feature/vaadin-number-field
  • fix-build
  • fix-check-validity
  • fix-custom-pattern
  • fix-duplicate-value-change-number-field
  • fix-ie-input-prevention
  • fix-input-field-height
  • fix-integer-field-mobile
  • fix-invalid-prevention
  • fix-numberfield-autoselect
  • fix-password-reveal-ie
  • fix-prop-check
  • fix-readonly-material-textarea-linebreaks
  • fix-rtl-number-field
  • fix-selectors
  • fix-setting-value
  • fix-slotted-btn-style-ff-47
  • fix-step-calcs
  • fix-tests
  • fix-user-input
  • fix-validate
  • fix-wct-config-for-2.3
  • fix/375
  • fix/395
  • fix/400
  • fix/403-flaky-tests
  • fix/417
  • fix/430-aria-required-syntax
  • fix/433
  • fix/a11y
  • fix/add-versions
  • fix/email-field-rtl
  • fix/horizontal-layout
  • fix/ignore-slotted-slots
  • fix/increase-number-button-size
  • fix/lumo-imports
  • fix/mask-image-focus
  • fix/material-align
  • fix/material-label
  • fix/material-no-lumo
  • fix/material-textarea-scroll
  • fix/new-element-focus
  • fix/number-field#331
  • fix/number-field-align-right
  • fix/number-field-control-align-right
  • fix/number-field-increment-button-valid-value
  • fix/number-field-min-max-validation
  • fix/number-field-stepper-buttons-mobile
  • fix/number-field-stepper-min-max-value
  • fix/number-field-value-control-min-max
  • fix/numberfield-step-validation
  • fix/readonly-flash
  • fix/reorganize-demos
  • fix/revert-align
  • fix/select-tests
  • fix/slotted-listeners
  • fix/text-area-prefix-suffix-position
  • fix/text-area-resizeable-behavior
  • fix/text-area-scroll-material#310
  • fix/textarea-readonly
  • fix/typo-attr
  • fix/value-a11y
  • force-check
  • force-validation-2.6
  • gemini-changes
  • gen-ts-defs
  • implement-check-validity
  • integer-field-private-props
  • introduce-input-element
  • manolo-tmp
  • master
  • p3-preview
  • remove-will-change
  • revert-helper-text
  • rtl-support
  • selection-api
  • slotted-input
  • split-constrains-observer
  • type-attribute
  • update-modulizer
  • update-to-xenial
  • updating-demos
  • v2.1.0
  • v2.1.0-beta1
  • v2.1.0-beta2
  • v2.1.1
  • v2.1.2
  • v2.1.3
  • v2.1.5
  • v2.1.7
  • v2.2.0
  • v2.3.0-alpha2
  • v2.3.0-alpha3
  • v2.3.0-alpha5
  • v2.3.0-alpha6
  • v2.3.0-alpha7
  • v2.3.0-alpha8
  • v2.3.0-beta1
  • v2.3.1
  • v2.3.6
  • v2.3.8
  • v2.3.9
  • v2.4.1
  • v2.4.11
  • v2.4.12
  • v2.4.13
  • v2.4.14
  • v2.4.2
  • v2.4.5
  • v2.4.7
  • v2.4.8
  • v2.5.0
  • v2.5.0-alpha1
  • v2.5.0-alpha2
  • v2.5.1
  • v2.5.2
  • v2.5.3
  • v2.5.4
  • v2.5.5
  • v2.5.6
  • v2.6.0
  • v2.6.0-alpha1
  • v2.6.0-alpha2
  • v2.6.0-alpha3
  • v2.6.0-alpha4
  • v2.6.0-alpha5
  • v2.6.0-alpha6
  • v2.6.1
  • v2.6.2
  • v2.6.3
  • v2.7.0
  • v2.7.0-alpha1
  • v2.7.0-alpha2
  • v2.7.0-alpha3
  • v2.7.0-alpha4
  • v2.7.0-alpha5
  • v2.7.0-alpha6
  • v2.7.1
  • v2.8.0
  • v2.8.0-alpha1
  • v2.8.1
  • visual-test-update
  • workaround-polymer-getproperty

pending completion
2429

push

travis-ci

Haprog
fix: clear button related bug

Programmatically setting the value after clicking the clear button didn't work properly making the input look like empty but displaying the clear button and the component still had a value. This caused more easily noticeable issues with other components that internally use vaadin-text-field (when using the clear button).

Fixes #365

214 of 229 branches covered (93.45%)

Branch coverage included in aggregate %.

343 of 346 relevant lines covered (99.13%)

3853.65 hits per line

Relevant lines Covered
Build:
Build:
346 RELEVANT LINES 343 COVERED LINES
3853.65 HITS PER LINE
Source Files on fix/365
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
2429 fix/365 fix: clear button related bug Programmatically setting the value after clicking the clear button didn't work properly making the input look like empty but displaying the clear button and the component still had a value. This caused more easily no... push 02 May 2019 12:35PM UTC Haprog travis-ci pending completion  
2430 fix/365 fix: clear button related bug Programmatically setting the value after clicking the clear button didn't work properly making the input look like empty but displaying the clear button and the component still had a value. This caused more easily no... Pull #366 02 May 2019 11:25AM UTC web-flow travis-ci pending completion  
See All Builds (1055)
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc