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}}
The default blueprint for ember-cli addons.
<script type="module">
import emberZipcodeInput from 'https://cdn.skypack.dev/ember-zipcode-input';
</script>
Restricts the input to 5 numbers only without using type="number" and having to try to hide those up and down arrows in css.
ember install ember-zipcode-input{{zipcode-input value=zipcode}}