@ng-select/ng-select 21.5.1 → 21.7.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -249,6 +249,7 @@ map: {
249
249
  | [tabFocusOnClearButton] | `boolean` | `true` | no | Control tab navigation behavior for the clear button. Default `true` |
250
250
  | [openOnEnter] | `boolean` | `true` | no | Open dropdown using enter. Default `true` |
251
251
  | outsideClickEventType | `'click'` \| `'mousedown'` | `'click'` | no | Configure which DOM event type is used for outside click detection. Use `'mousedown'` to fix issues with backdrop/loading overlays that appear on dropdown open |
252
+ | [popover] | `boolean` | `false` | no | Display the dropdown in the top-layer using the native Popover API. Useful when the dropdown is clipped or hidden behind dialogs or other stacking contexts. Alternative to `appendTo` |
252
253
  | [typeahead] | `Subject` | `-` | no | Custom autocomplete or advanced filter. |
253
254
  | [minTermLength] | `number` | `0` | no | Minimum term length to start a search. Should be used with `typeahead` |
254
255
  | typeToSearchText | `string` | `Type to search` | no | Set custom text when using Typeahead |