Within my Angular application, I am utilizing the ng-select widget.
https://i.sstatic.net/6NsJE.png
If the widget is clicked on, it currently allows users to search for items and add them to the selection:
https://i.sstatic.net/ppT4M.png
I aim to customize this default behavior in the following ways:
- Prevent adding new elements
- Avoid opening the search bar or item list upon clicking
- Hide the downward arrow icon located on the right side
- Remove the X icon for clearing all selections displayed at the right
The desired appearance of the ng-select widget would look like this: