Skip to content

ember-headless-form@1.0.0-beta.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 24 Apr 17:44
· 395 commits to main since this release
2f071b5

Patch Changes

  • #80 241ccdc Thanks @simonihmig! - Add @ignoreNativeValidation for opting out of native validation

  • #121 fdc4ff9 Thanks @simonihmig! - Support numbers for Inputs with `@type="number"

    For @type="number" Inputs we support passing its value as a real number, and parse and return it as a number as well.

  • #76 544509b Thanks @simonihmig! - Refactor radio group for better a11y

  • #84 67a5169 Thanks @simonihmig! - Convert addon to use template tag