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

vaadin / vaadin-text-field
95%
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/numberfield-step-validation
branch: fix/numberfield-step-validation
CHANGE BRANCH
x
Reset
  • fix/numberfield-step-validation
  • 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/365
  • 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/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
2792

Pull #421

travis-ci

web-flow
Adjust integer-field test

By setting the attribute manually instead of using reflectToAttribute,
the step value set as a string gets converted into a number.

I'd consider this to be a fix instead of a breaking thing, because the
property type is number.
Pull Request #421: fix: avoid using initial step in validation

269 of 289 branches covered (93.08%)

Branch coverage included in aggregate %.

5 of 5 new or added lines in 1 file covered. (100.0%)

408 of 420 relevant lines covered (97.14%)

1837.47 hits per line

Relevant lines Covered
Build:
Build:
420 RELEVANT LINES 408 COVERED LINES
1837.47 HITS PER LINE
Source Files on fix/numberfield-step-validation
  • List 0
  • Changed 7
  • Source Changed 1
  • Coverage Changed 7
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
2792 fix/numberfield-step-validation Adjust integer-field test By setting the attribute manually instead of using reflectToAttribute, the step value set as a string gets converted into a number. I'd consider this to be a fix instead of a breaking thing, because the property type is... Pull #421 28 Oct 2019 11:30AM UTC web-flow travis-ci pending completion  
2791 fix/numberfield-step-validation Adjust integer-field test By setting the attribute manually instead of using reflectToAttribute, the step value set as a string gets converted into a number. I'd consider this to be a fix instead of a breaking thing, because the property type is... push 28 Oct 2019 11:25AM UTC pekam travis-ci pending completion  
2782 fix/numberfield-step-validation Validate by step when set as attribute The only problem is that we can't detect when user has set step="1" (default value) as an attribute. In this case it won't validate by step (same as not setting step at all). Pull #421 25 Oct 2019 11:52AM UTC web-flow travis-ci pending completion  
2783 fix/numberfield-step-validation Validate by step when set as attribute The only problem is that we can't detect when user has set step="1" (default value) as an attribute. In this case it won't validate by step (same as not setting step at all). push 25 Oct 2019 11:47AM UTC pekam travis-ci pending completion  
2745 fix/numberfield-step-validation fix: avoid using initial step in validation setting the min or max property should not trigger step-based validation fix #420 Pull #421 07 Oct 2019 02:51PM UTC web-flow travis-ci pending completion  
2744 fix/numberfield-step-validation fix: avoid using initial step in validation setting the min or max property should not trigger step-based validation fix #420 push 07 Oct 2019 02:36PM UTC pekam travis-ci pending completion  
2743 fix/numberfield-step-validation fix: avoid using initial step in validation setting the min or max property should not trigger step-based validation fix #420 Pull #421 07 Oct 2019 01:45PM UTC web-flow travis-ci pending completion  
2742 fix/numberfield-step-validation fix: avoid using initial step in validation setting the min or max property should not trigger step-based validation fix #420 push 07 Oct 2019 01:40PM UTC pekam travis-ci pending completion  
2741 fix/numberfield-step-validation fix: avoid using initial step in validation setting the min or max property should not trigger step-based validation fix #420 push 07 Oct 2019 01:27PM UTC pekam 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