Add multi-select support to NbAutocomplete
Author: wl9724Created Nov 4, 2025Updated Nov 4, 2025
Currently, NbAutocomplete only supports single selection, which makes it difficult to use in cases where multiple values should be selected (e.g., tags input, multi-user selector, etc.). It would be very helpful if NbAutocomplete could provide a built-in multi-select mode similar to Angular Material’s MatAutocomplete.
Source: akveo/nebular