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

codevise / pageflow
99%
master: 99%

Build:
Build:
LAST BUILD BRANCH: fix-before-after-dimensions
DEFAULT BRANCH: master
Repo Added 24 Jun 2016 06:26AM UTC
Files 486
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/maxlength-fot-text-inputs
branch: fix/maxlength-fot-text-inputs
CHANGE BRANCH
x
Reset
  • fix/maxlength-fot-text-inputs
  • 0-11-stable
  • 12-0-stable
  • 12-1-stable
  • 12-3-stable
  • 12-4-stable
  • 12-5-stable
  • 12-6-stable
  • 12-x-stable
  • 13-0-stable
  • 13-1-stable
  • 13-2-stable
  • 13-3-stable
  • 13-4-stable
  • 13-5-stable
  • 13-x-stable
  • 14-0-stable
  • 14-1-stable
  • 14-2-stable
  • 14-3-stable
  • 14-x-stable
  • 15-0-stable
  • 15-1-stable
  • 15-2-stable
  • 15-3-stable
  • audio-and-video-in-ci
  • configurable-loading-spinner
  • dependabot/npm_and_yarn/acorn-5.7.4
  • dependabot/npm_and_yarn/entry_types/paged/packages/pageflow-paged-react/acorn-5.7.4
  • dependabot/npm_and_yarn/entry_types/paged/packages/pageflow-paged-react/elliptic-6.5.3
  • dependabot/npm_and_yarn/entry_types/paged/packages/pageflow-paged-react/http-proxy-1.18.1
  • dependabot/npm_and_yarn/entry_types/paged/packages/pageflow-paged-react/jquery-3.5.0
  • dependabot/npm_and_yarn/entry_types/paged/packages/pageflow-paged-react/lodash-4.17.19
  • dependabot/npm_and_yarn/entry_types/paged/packages/pageflow-paged-react/websocket-extensions-0.1.4
  • dependabot/npm_and_yarn/lodash-4.17.19
  • dependabot/npm_and_yarn/node_package/eslint-4.18.2
  • dependabot/npm_and_yarn/node_package/extend-3.0.2
  • dependabot/npm_and_yarn/node_package/jquery-3.4.0
  • dependabot/npm_and_yarn/node_package/lodash-es-4.17.15
  • dependabot/npm_and_yarn/packages/pageflow-react/acorn-5.7.4
  • doc-actions
  • github/configurable-loading-spinner
  • master
  • revert-1193-social-share-fb-image-sizes
  • revert-1272-remove-member-label
  • revert-1325-update-bourbon-dependency
  • v0.11.0
  • v0.11.1
  • v0.11.2
  • v0.11.3
  • v0.11.4
  • v12.0.0
  • v12.0.0.rc1
  • v12.0.0.rc2
  • v12.0.0.rc3
  • v12.0.0.rc4
  • v12.0.0.rc5
  • v12.0.0.rc6
  • v12.0.0.rc7
  • v12.0.1
  • v12.0.2
  • v12.0.3
  • v12.1.0
  • v12.3.0
  • v12.3.0.1
  • v12.4.0
  • v12.4.1
  • v12.5.0
  • v12.6.0
  • v13.0.0
  • v13.0.0.beta6
  • v13.0.0.beta7
  • v13.0.0.rc1
  • v13.1.0
  • v13.2.0
  • v13.3.0
  • v13.4.0
  • v13.5.0
  • v13.6.0
  • v14.0.0
  • v14.0.0.beta1
  • v14.0.0.beta2
  • v14.0.0.beta3
  • v14.0.0.rc1
  • v14.0.0.rc2
  • v14.1.0
  • v14.1.1
  • v14.2.0
  • v14.2.1
  • v14.3.0
  • v14.4.0
  • v15.0.0
  • v15.0.0.beta1
  • v15.0.0.beta2
  • v15.0.0.beta3
  • v15.0.0.beta4
  • v15.0.0.rc1
  • v15.0.0.rc2
  • v15.0.1
  • v15.0.2
  • v15.1.0
  • v15.1.0.beta1
  • v15.1.0.beta2
  • v15.1.0.beta4
  • v15.1.0.beta5
  • v15.1.0.beta6
  • v15.1.0.rc0
  • v15.1.1
  • v15.1.2
  • v15.2.0
  • v15.2.1
  • v15.2.2
  • v15.3.0

pending completion
2465

Pull #1063

travis-ci

web-flow
Make maximum character count for text input fields configurable

This sets a default maxLength option for text input fields with a value of 255 but also accepts a different value passed in via the options hash.
Validation only takes effect for new and maxLength-conform data.
Legacy data which exceeds the specified limit will remain unvalidated but new data must conform to the specified maxLength option.
Pull Request #1063: Add maxlength attribute to text input fields

15468 of 15592 relevant lines covered (99.2%)

53.26 hits per line

Relevant lines Covered
Build:
Build:
15592 RELEVANT LINES 15468 COVERED LINES
53.26 HITS PER LINE
Source Files on fix/maxlength-fot-text-inputs
  • List 0
  • Changed 33
  • Source Changed 0
  • Coverage Changed 33
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
2465 fix/maxlength-fot-text-inputs Make maximum character count for text input fields configurable This sets a default maxLength option for text input fields with a value of 255 but also accepts a different value passed in via the options hash. Validation only takes effect for new... Pull #1063 07 Nov 2018 09:42AM UTC web-flow travis-ci pending completion  
2464 fix/maxlength-fot-text-inputs Make maximum character count for text input fields configurable This sets a default maxLength option for text input fields with a value of 255 but also accepts a different value passed in via the options hash. Validation only takes effect for new... push 07 Nov 2018 09:42AM UTC DanielKuhn travis-ci pending completion  
2457 fix/maxlength-fot-text-inputs Make maximum character count for text input fields configurable This sets a default maxLength option for text input fields with a value of 255 but also accepts a different value passed in via the options hash. Validation only takes effect for new... Pull #1063 06 Nov 2018 05:09PM UTC web-flow travis-ci pending completion  
2456 fix/maxlength-fot-text-inputs Make maximum character count for text input fields configurable This sets a default maxLength option for text input fields with a value of 255 but also accepts a different value passed in via the options hash. Validation only takes effect for new... push 06 Nov 2018 05:06PM UTC DanielKuhn travis-ci pending completion  
2455 fix/maxlength-fot-text-inputs Make maximum character count for text input fields configurable This sets a default maxLength option for text input fields with a value of 255 but also accepts a different value passed in via the options hash. Validation only takes effect for new... Pull #1063 06 Nov 2018 04:12PM UTC web-flow travis-ci pending completion  
2454 fix/maxlength-fot-text-inputs Make maximum character count for text input fields configurable This sets a default maxLength option for text input fields with a value of 255 but also accepts a different value passed in via the options hash. Validation only takes effect for new... push 06 Nov 2018 04:10PM UTC DanielKuhn travis-ci pending completion  
2450 fix/maxlength-fot-text-inputs Make maximum character count for text input fields configurable This sets a default maxLength option for text input fields with a value of 255 but also accepts a different value passed in via the options hash. Validation only takes effect for new... push 06 Nov 2018 04:04PM UTC DanielKuhn travis-ci pending completion  
2451 fix/maxlength-fot-text-inputs Make maximum character count for text input fields configurable This sets a default maxLength option for text input fields with a value of 255 but also accepts a different value passed in via the options hash. Validation only takes effect for new... Pull #1063 06 Nov 2018 04:03PM UTC web-flow travis-ci pending completion  
2449 fix/maxlength-fot-text-inputs Make maxlength attribute for text input fields configurable This sets the default maxlength for text input fields to 255 but also accepts a different value via options Pull #1063 06 Nov 2018 12:22PM UTC web-flow travis-ci pending completion  
2448 fix/maxlength-fot-text-inputs Make maxlength attribute for text input fields configurable This sets the default maxlength for text input fields to 255 but also accepts a different value via options push 06 Nov 2018 12:21PM UTC DanielKuhn travis-ci pending completion  
See All Builds (2871)
  • 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