Socket
Socket
Sign inDemoInstall

angular-form-for

Package Overview
Dependencies
Maintainers
1
Versions
61
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

angular-form-for - npm Package Versions

1
7

1.5.4

Diff

Changelog

Source

1.5.4

Required fields fail validation if only whitespace is contained

brianvaughn
published 1.5.3 •

Changelog

Source

1.5.3

Resolved several issues:

  • Select fields no longer create duplicate id attribute-values.
  • 63: Automatic validations can be disabled entirely using formFor validateOn=manual
  • 62: Validation error messages can be set manual, per-field, using formFor controller setFieldError method * 61: textField attributes are attached to $scope for easier customization of input and textarea partials.
  • 59: Validation can be delayed until submit using formFor validateOn=submit
brianvaughn
published 1.5.2 •

Changelog

Source

1.5.2

Issue 57 Allow input fields to be assigned specific UIDs (with fallback to auto-generated IDs if none specified). Blur handler added to textField

brianvaughn
published 1.5.1 •

Changelog

Source

1.5.1

Fixed small CSS bug for checkbox and radio buttons in disabled state (default formFor templates only)

brianvaughn
published 1.5.0 •

Changelog

Source

1.5.0

Refactored form field markup and stylesheets for simplicity.

brianvaughn
published 1.4.3 •

Changelog

Source

1.4.3

textField directive now allows for overriding of individual <input> and <textarea> elements separately from the surrounding template. Validation 'types' no longer require values.

brianvaughn
published 1.4.2 •

Changelog

Source

1.4.2

Removed jQuery dependency. Field labels now support dynamic values.

brianvaughn
published 1.4.1 •

Changelog

Source

1.4.1

Minor style tweaks, mostly around the <select-field> element.

brianvaughn
published 1.4.0 •

Changelog

Source

1.4.0

Updated form markup for greate WCAG compliance. Followed very helpful guidance set forth in deque.com blog post ~ http://www.deque.com/blog/accessible-client-side-form-validation-html5/. Select fields are the most impacted, as they now use native <select> menus instead of styled drop-downs. All input elements should now be attributed with aria-labelledby, aria-describedby, and aria-invalid attributes.

brianvaughn
published 1.3.3 •

Changelog

Source

1.3.3

formFor correct initializes fields in a disabled state if the form has been disabled to start. (issue #44)

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc