Brenna O'Brien

Results 7 issues of Brenna O'Brien

Often `options.content` or `selectedItem.content` will need to be passed (instead of `options` or `selectedItem` for full functionality. The addon internals currently don't distinguish between regular old objects and ember-data promises....

Add it explicitly where relevant to prevent layout bugz: * `.Searchable-select__label` * `.Searchable-select__input`

see https://github.com/tedconf/ember-searchable-select/pull/41 and https://github.com/tedconf/ember-ted-select/issues/23 for details.

JSCS `ember-suave` is being sunest: https://dockyard.com/blog/2016/09/30/retiring-ember-suave

After using this a lot more, having add in closer proximity to the typed text seems like a better pattern. It's related info and it will likely be used more...

- break out list item text only into a separate component so it can be over-written by addon consumer - all state is held outside that component (via class names)...

enhancement