mike927

Results 6 comments of mike927

I have the same issue as you, have you resolved it ?

Thanks for you reply then

I was stuggling with same issue but the below solution works well for me: ```html Target language {{languagesList[l.code]?.name}} ``` It's just `select` tag instead of `ng-select` but resolves the issue....

@jnbt Are there any obstacles to merge this PR? I would love to have to as acknowledging subscriptions is crucial part and it's missing now.

That could be either module or class tho. I came up with class and final controller usage looks like: ```ruby before_action :validate_params, only: %i[create refresh] ``` The point is as...