optimistex / ngx-select-ex

Angular based replacement for select boxes
https://optimistex.github.io/ngx-select-ex/
MIT License
111 stars 42 forks source link

Documentation/readme events #176

Closed bmgarness closed 4 years ago

bmgarness commented 4 years ago

While Working with ngx-select used the above functions and noticed lack of documentation

optimistex commented 4 years ago

@bmgarness I can not approve this, since there is no focusin & focusout events. There is only the focus event: https://github.com/optimistex/ngx-select-ex/blob/1e8a517b7531787ddc6aa880ac6abdf93840c0e2/src/app/lib/ngx-select/ngx-select.component.ts#L100

I may assume the they are working, but because the common HTML events, it is not programmed in the component.