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

13
7

4.1.1

Diff

Changelog

Source

4.1.1

Better support falsy initial values for optional select fields. Unchecked checkbox fields set their corresponding form data field to undefined instead of false.

brianvaughn
published 4.1.0 •

Changelog

Source

4.1.0

Added labelClass to each form elements as well as a global default FormForConfiguration.setLabelClass. Also changed the behavior for pattern validations so that falsy values aren't validated.

brianvaughn
published 4.0.6 •

Changelog

Source

4.0.6

Default help icon can be overidden with FormForConfiguration.setHelpIcon.

brianvaughn
published 4.0.5 •

Changelog

Source

4.0.5

TypeAheadField now properly accounts for the fact that jqLite doesn't implement the focus method like jQuery does. Native HTMLElement method is used instead.

brianvaughn
published 4.0.4 •

Changelog

Source

4.0.4

Adds supports to formFor default template for before/after icon click handlers.

brianvaughn
published 4.0.3 •

Changelog

Source

4.0.3

Fixed on-focus/on-blur handling for textField in Angular 1.4.x

brianvaughn
published 4.0.1 •

Changelog

Source

4.0.1

Added auto-trim option (off by default) to FormForConfiguration. Refactored handling of non-selected, falsy values in select field directive to work around Angular 1.2.x-1.3.x bug.

brianvaughn
published 4.0.0 •

Changelog

Source

4.0.0

Refactored SelectFieldDirective to break out filterable behavior into a new directive, TypeAheadFieldDirective.

A secondary change is included in this release to address some Angular Material issues. Namely, the formForIncludeReplace has been removed. This means that there is now an ext ra div in between <text-field> and the inner <input>/<textarea> as well as <select-field> and its inner <select>. Some small CSS adjustements will be required for users who ar e customizing formFor CSS.

brianvaughn
published 3.0.7 •

Changelog

Source

3.0.7

Select menus without an initially-selected values more gracefully handle falsy values of null, undefined, and empty-string in order to prevent an additional, empty <option> from being generated

brianvaughn
published 3.0.6 •

Changelog

Source

3.0.6

formForBuilder respects the view-schema "placeholder" attribute (if present) for text and select fields.

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