@ng2select/core
TypeScript icon, indicating that this package has built-in type declarations

0.2.9 • Public • Published

Build Status

beta

core angular2 select-builder module

http://ng2select.github.io/bootstrap/

select-builder-component

<ix-select-builder (toggle)="toggle($event)" [open]="open" class="btn-group bootstrap-select show-tick" [ngClass]="{'open': open, 'dropup': isDropup()}" (keydown)="onKeydown($event)">

    <ix-display>
        <input type="text" class="filter-option pull-left col-sm-10" (blur)="onBlur($event)" (change)="onComboInputChange($event)" (focus)="onFocus($event)" (keydown)="onInputKeydown($event)" [(ngModel)]="inputTitle" />

        <span (click)="toggle(!open)" class="btn btn-default col-sm-2">
            <span class="bs-caret"><span class="caret"></span></span>
        </span>
    </ix-display>

    <div class="dropdown-menu" [class.open]="open">

      <ul class="dropdown-menu inner" style="max-height: 104px; overflow-y: auto;">
        <ng-content></ng-content>
      </ul>

    </div>

</ix-select-builder>

https://angular.io

Readme

Keywords

none

Package Sidebar

Install

npm i @ng2select/core

Weekly Downloads

0

Version

0.2.9

License

MIT

Last publish

Collaborators

  • ng2select