adamwox

Results 14 comments of adamwox

Same behavior with object. I made a little video to show you: https://youtu.be/sC6X7wwhcEc Maybe my code is incorrect for this to work ```js const pozycje_autocomplete = document.querySelector('#pozycje_autocomplete'); let instance =...

@LukeSavefrogs My example shows a dynamic autocomplete way, every new char will ask API for result so I need to "rebuild" the dropdown with new data. The items are not...

@Dahkon this issue is almost 2 years old. Last release is from September 9th, 2018. I think this framework is dead...

Deal with it and live on 😉

@Smankusors How is this repo better than (for example) Angular Material? What it has that Angular Material doesn't have? I think it's not worth it and original maintainers are probably...

Same issue for me. It should take a value with set display formating

Carousel component is using `Material Icons`. You need to add `` to your `index.html` ```html ```

@maximelafarie Hi 😉 Here is a StackBlitz example [angular-snrbnc](https://stackblitz.com/edit/angular-snrbnc) To test this correctly you need to view this page from (F12) developer options and toggle a device toolbar. Try swipe...

Hi! @maximelafarie The example that I provided uses only `hammerjs` and `ngx-smart-modal` and its behavior is the same as in my app. I guess it might be problem with `hammerjs`...

@maximelafarie The issue is only on mobile. You have to enable mobile view in Chrome if you're doing this on a PC. There is no issue in normal, desktop mode....