Giter VIP home page Giter VIP logo

ember-text-mask-addons's Issues

Can't get any of the mask controls to bind to a value.

I'm trying to bind the input value to control.answer but for some reason this is not working (control.answer is never updated).

{{number-mask control.answer prefix='' allowDecimal=true decimalLimit=2 allowNegative=false class="form-control" }}

Am I doing something wrong?

FastBoot: Cannot read property 'default' of undefined at Module.callback

Hi there!

When importing import { createNumberMask } from 'ember-text-mask-addons'; in FastBoot, we get the following error:

TypeError: Cannot read property 'default' of undefined at Module.callback (/Users/josemarluedke/Projects/Temp/text-mask-fastboot/dist/fastboot/vendor.js:92825:123) at Module.exports (/Users/josemarluedke/Projects/Temp/text-mask-fastboot/dist/fastboot/vendor.js:140:32) at Module._reify (/Users/josemarluedke/Projects/Temp/text-mask-fastboot/dist/fastboot/vendor.js:173:59) at Module.reify (/Users/josemarluedke/Projects/Temp/text-mask-fastboot/dist/fastboot/vendor.js:159:27) at Module.exports (/Users/josemarluedke/Projects/Temp/text-mask-fastboot/dist/fastboot/vendor.js:138:10) at requireModule (/Users/josemarluedke/Projects/Temp/text-mask-fastboot/dist/fastboot/vendor.js:32:18) at Class._extractDefaultExport (/Users/josemarluedke/Projects/Temp/text-mask-fastboot/dist/fastboot/vendor.js:92529:20) at Class.resolveOther (/Users/josemarluedke/Projects/Temp/text-mask-fastboot/dist/fastboot/vendor.js:92226:32) at Class.superWrapper (/Users/josemarluedke/Projects/Temp/text-mask-fastboot/dist/fastboot/vendor.js:50290:22) at Class.resolveRoute (/Users/josemarluedke/Projects/Temp/text-mask-fastboot/dist/fastboot/vendor.js:15741:19) at Class.resolve (/Users/josemarluedke/Projects/Temp/text-mask-fastboot/dist/fastboot/vendor.js:15585:43) at resolve (/Users/josemarluedke/Projects/Temp/text-mask-fastboot/dist/fastboot/vendor.js:12995:36) at Registry.resolve (/Users/josemarluedke/Projects/Temp/text-mask-fastboot/dist/fastboot/vendor.js:12454:21) at Registry.resolve (/Users/josemarluedke/Projects/Temp/text-mask-fastboot/dist/fastboot/vendor.js:12458:55) at factoryFor (/Users/josemarluedke/Projects/Temp/text-mask-fastboot/dist/fastboot/vendor.js:12005:28) at instantiate (/Users/josemarluedke/Projects/Temp/text-mask-fastboot/dist/fastboot/vendor.js:12070:19) at lookup (/Users/josemarluedke/Projects/Temp/text-mask-fastboot/dist/fastboot/vendor.js:11938:17) at Container.lookup (/Users/josemarluedke/Projects/Temp/text-mask-fastboot/dist/fastboot/vendor.js:11857:14) at Class.lookup (/Users/josemarluedke/Projects/Temp/text-mask-fastboot/dist/fastboot/vendor.js:42430:33) at C.getHandler (/Users/josemarluedke/Projects/Temp/text-mask-fastboot/dist/fastboot/vendor.js:37848:34) at C.fetchHandler (/Users/josemarluedke/Projects/Temp/text-mask-fastboot/dist/fastboot/vendor.js:66868:24) at C.get (/Users/josemarluedke/Projects/Temp/text-mask-fastboot/dist/fastboot/vendor.js:67043:17) at C.applyToState (/Users/josemarluedke/Projects/Temp/text-mask-fastboot/dist/fastboot/vendor.js:67441:35) at Router.getTransitionByIntent (/Users/josemarluedke/Projects/Temp/text-mask-fastboot/dist/fastboot/vendor.js:67497:25) at Router.transitionByIntent (/Users/josemarluedke/Projects/Temp/text-mask-fastboot/dist/fastboot/vendor.js:67613:36) at doTransition (/Users/josemarluedke/Projects/Temp/text-mask-fastboot/dist/fastboot/vendor.js:68215:17) at Router.handleURL (/Users/josemarluedke/Projects/Temp/text-mask-fastboot/dist/fastboot/vendor.js:67657:12) at Class._doURLTransition (/Users/josemarluedke/Projects/Temp/text-mask-fastboot/dist/fastboot/vendor.js:37614:51) at Class.handleURL (/Users/josemarluedke/Projects/Temp/text-mask-fastboot/dist/fastboot/vendor.js:37610:19) at Class.visit (/Users/josemarluedke/Projects/Temp/text-mask-fastboot/dist/fastboot/vendor.js:13554:21) at /Users/josemarluedke/Projects/Temp/text-mask-fastboot/node_modules/fastboot/dist/cjs/ember-app.js:238:28 at tryCatch (/Users/josemarluedke/Projects/Temp/text-mask-fastboot/dist/fastboot/vendor.js:68840:14) at invokeCallback (/Users/josemarluedke/Projects/Temp/text-mask-fastboot/dist/fastboot/vendor.js:68855:15) at publish (/Users/josemarluedke/Projects/Temp/text-mask-fastboot/dist/fastboot/vendor.js:68823:9) at /Users/josemarluedke/Projects/Temp/text-mask-fastboot/dist/fastboot/vendor.js:48280:16 at invokeWithOnError (/Users/josemarluedke/Projects/Temp/text-mask-fastboot/dist/fastboot/vendor.js:10898:16) at Queue.flush (/Users/josemarluedke/Projects/Temp/text-mask-fastboot/dist/fastboot/vendor.js:10957:9) at DeferredActionQueues.flush (/Users/josemarluedke/Projects/Temp/text-mask-fastboot/dist/fastboot/vendor.js:11081:15) at Backburner.end (/Users/josemarluedke/Projects/Temp/text-mask-fastboot/dist/fastboot/vendor.js:11151:23) at Timeout._onTimeout (/Users/josemarluedke/Projects/Temp/text-mask-fastboot/dist/fastboot/vendor.js:11717:16) at ontimeout (timers.js:365:14) at tryOnTimeout (timers.js:237:5) at Timer.listOnTimeout (timers.js:207:5)

This only happens in FastBoot mode, when executing the same code in the browser, it works fine.

I have created a reproduction repo with this error, it lives at https://github.com/josemarluedke/text-mask-fastboot.

To test it local, just clone the repo, install the deps and execute: ember fastboot.

If you provide any guidance on how to fix it, it would be very helpful. Thank you.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.