Chosem icon indicating copy to clipboard operation
Chosem copied to clipboard

[Unmaintained] A select component heavily inspired by Harvest's Chosen

Results 3 Chosem issues
Sort by recently updated
recently updated
newest added

Inside the `{{emphasiser}}` helper, need to match with case-insensitive regex, and user `String.replace()` instead of split to add the `` tags.

enhancement

Need to check if the current selected option is visible (check top and bottom offsets vs current list position), then scroll the list to that location.

bug

Objects need to be created by Ember.Object.create. Updated Readme to reflect this