Mateusz Nowak

Results 7 issues of Mateusz Nowak

Library doesn't work with server side rendering due to `ReferenceError` as `window` object is not defined but requested. To overcome the issue it should be checked through `typeof` operator.

When adding multiple emails it is way much easier to navigate when input gets auto focused

In current release it is not possible to navigate to next field by pressing tab key. It used to work correctly in 0.5.0 ( DEMO: https://codesandbox.io/s/react-multi-email-forked-4bzz0?file=/src/index.tsx ). This pull requests...

I would like to use theme variable in box shadow declared on top left corner like this `box-shadow: -1px -1px 1px $font__color--light;` Unfortunately it triggers error `Template theme fields are...

Current release doesn't allow to use this addon inside other addons as `app.bowerDirectory` is being hardcoded in `index.js`. We should switch to solution proposed by author of `ember-run-raf` initially. It...

There is at least one missing configurable option that one can use in pure bootstrap datepicker but can not use via this facade.

``` this.route('worker', { path: 'praca-sprzątanie' }, function () { this.route('city', { path: 'kczewo' }); }); ``` When going on praca-sprzątanie/kczewo, route is properly recognized but dynamic segement is passed down...