patternfly / patternfly-ng

The code for a set of Angular 6+ components for the PatternFly project. Note that the release/3.x branch supports Angular 4 and 5.
http://www.patternfly.org/patternfly-ng
MIT License
88 stars 55 forks source link

add disabled type for filter dropdown #439

Closed T0MASD closed 6 years ago

T0MASD commented 6 years ago

This is good when a user wants to disable an option within the filter dropdown. It can be done by setting FilterField type value as FilterType.DISABLED

patternfly-build commented 6 years ago

Deploy preview for patternfly-ng ready!

Built with commit 2ad7cb36bb59eec590e3324bf0f87bb28ea1b822

https://deploy-preview-439--patternfly-ng.netlify.com

T0MASD commented 6 years ago

It would be better to implement this using new property called disabled instead of type.