Biptor
Biptor
Hi @gns088, I had the same requirement, and my solution was to build a translate method
Hi @Areiy I need to move the list of options and put them at the right of the input field. This is possible wrapping the ng-select with another div?
Hi @WJ89 Thanks for your help, this is a nice solution
Hi, you can do it this, just use the "noOptionsFound" event to create the new option on the list, and later use the JavaScript function Concat to "reload" your list...
Hi @mazlanmohdnor For example you have this on the template ... ... ... And this on the class: export class LoadOptionsExample implements OnInit { charactersState: Array; charactersDistrict: Array; selectedCharacter: string...
Hi @mazlanmohdnor I'm glad to know that. About your question, Slice(0) is an easy way to clone an array. Advice: put this line "this.districtArr2 = this.districtArr.slice(0) //