@ng-holistic/ng-select
TypeScript icon, indicating that this package has built-in type declarations

3.0.0 • Public • Published

NgSelect

Simple wrapper around ng-select, intended to align look and feel plus some common behavior for ng-holistic.

use with @import "~@ng-select/ng-select/themes/default.theme.css";

Requires ng-select as peer dependency

You may want to add this field to you layout definition type

    export interface NgSelectField
        extends ClrFormFields.BaseField<
            'NgSelectField',
            string,
            {
                placeholder?: FormFields.FormFieldProp<any>;
                items?: FormFields.FormFieldProp<any>;
                typeaheadFun?: (term$: Observable<string>) => Observable<any[]>;
                multiple?: boolean;
                appendTo?: string;
                searchable?: boolean;
                dropdownPosition?: 'top';
                oneRow?: boolean;
            }
        > {}

Readme

Keywords

none

Package Sidebar

Install

npm i @ng-holistic/ng-select

Weekly Downloads

0

Version

3.0.0

License

none

Unpacked Size

153 kB

Total Files

23

Last publish

Collaborators

  • baio