pfSelect
patternfly.select
The pfSelect component provides a wrapper for the angular ui bootstrap dropdown container allowing for use of ng-model and ng-options
<pf-select ng-model="{string}" [ng-options="{string}"]> </pf-select>
Param | Type | Details |
---|---|---|
ngModel | string | Model binding using the NgModelController is mandatory. |
ngOptions (optional) | string | The |