Konstantin Polyntsov

Results 92 comments of Konstantin Polyntsov
trafficstars

@RozennK I assume I can release 3.5.10 version with your notices. I think it should work

Override the css. The ngx-select__... classes I'll not change.

Make the CSS: ```css .ngx-select__choices { width: auto !important; } ``` It have to overrides the style. And... Make it out of a component. Or make it with /deep/, but...

@DaLiangLee I do not understand. Show your code.

Try the templates: https://github.com/optimistex/ngx-select-ex#templates

@krrish-kumar The Safari makes a headache because it does not use common WEB standarts. And Unfortunately, I can't test it because I have no own iPhone. I may offer you...

@edeesis Hi! No, there is not. I can add an event like an `addNewItem(text: string)` which will fire on: * something typed * and pressed key `keyCodeToOptionsSelect` (Enter by default)...

> What you're proposing makes perfect sense to me, you would just subscribe to that event and add it to the array. I assume it would also clear the input...

@ahmdrami It is similar to my idea but from outside. My idea is to do it from inside.