Pavan Kumar Jadda
Pavan Kumar Jadda
Okay. I am closing this for now. Create PR when you are ready
@alvarocjunq thanks for PR. I get your point, but closing this for now. To keep the code consistent between main and SSR libraries. See my comment.
@giriprashaad See my [comment](https://github.com/ng-select/ng-select/issues/2133#issuecomment-1323117419)
@giriprashaad I tried this Safari 16.1, I can't reproduce the issue. Could you create a repo that reproduces the issue?
> is this issue fixed? I got the same issue in safari. I tried this issue in Safari and I don't see any issue. Could you share a reproducible example?
@giriprashaad which PR?
@peret @MohamedKarimKolsi the change has been merged
I can. The problem is I am not expert in Kotlin, I just know the basics. May be I should learn it.
@Ben555555 I don't think this is possible. The cookies are set with syntax ``` Set-Cookie: = ``` This should be part of the response from server, from API request
> @pavankjadda It is as you can see in my example: > > ``` > constructor( > ... > @Optional() @Inject(RESPONSE) private response: Response > ) { > .. >...