3.0.0 • Published 5 years ago
@ng-holistic/ng-select v3.0.0
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;
}
> {}
3.0.0
5 years ago
0.1.1
5 years ago
0.1.0
5 years ago
0.0.79
5 years ago
0.0.78
5 years ago
0.0.77
5 years ago
0.0.74
5 years ago
0.0.72
5 years ago
0.0.71
5 years ago
0.0.69
5 years ago
0.0.68
5 years ago
0.0.67
5 years ago
0.0.63
5 years ago
0.0.61
5 years ago
0.0.60
5 years ago
0.0.55
5 years ago
0.0.54
5 years ago
0.0.53
6 years ago