ember-zipcode-input

The default blueprint for ember-cli addons.

Usage no npm install needed!

<script type="module">
  import emberZipcodeInput from 'https://cdn.skypack.dev/ember-zipcode-input';
</script>

README

ember-zipcode-input

Restricts the input to 5 numbers only without using type="number" and having to try to hide those up and down arrows in css.

Installation

  • ember install ember-zipcode-input

Usage

{{zipcode-input value=zipcode}}