This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
Clarity (http://clarity.design) (at the moment of writing) does not have an auto-complete/combobox component. | |
ng-select is currently one of the more popular angular2/4 packages for adding auto-complete components to an angular project. | |
This style sheet allows anyone to use ng-select in a angular+clarity project that uses clarity forms. | |
To get these styles applied to your ng-select component, declare your form component as follows: | |
<form clrForm> | |
<clr-input-container> | |
<label>Foo</label> |