JenLyndle
JenLyndle
I had made up my mind to move away from ember-cp-validations too because it did not work with Ember 4. Looking forward to the 4.x and 5.x, thanks @fsmanuel !
@fsmanuel sure will do! thanks!
I am facing this same issue. Am on Ember 3.11 and I have a clean project. I installed ember-basic-dropdown and looks like no event handlers are attached. I tried updating...
@cibernox sorry about that. I upgraded to ember 3.11 and tried again but unfortunately it still did not work. I have attached my code: [test-dropdown.zip](https://github.com/cibernox/ember-basic-dropdown/files/3403317/test-dropdown.zip) These are my devdependencies now:...
Thanks @cibernox! sorry for wasting your time on such a silly mistake in my part.
the afterOpen and afterClose hooks will be very helpful! Am trying to paginate my search but require the height of the component which I will not able to get onOpen(as...
@buhichan where do I place the serve.json. Am using serve to serve dist and the serve.json doesn't seem to work. The doc says to place the serve.json in public folder...
I am having a similar issue. I have the serve.json in dist folder and serving it and my rewrite rules do not seem to work. did you find a solution...
Thanks [weagle08](https://github.com/weagle08) for pointing me in the right direction through #836 . I was able to update the dependencies as per [weagle08](https://github.com/weagle08)'s fork. The build works with Node v22.14.0. It...