/* eslint-disable import/extensions */ import hbs from 'htmlbars-inline-precompile'; import { storiesOf } from '@storybook/ember'; import notes from './search-select.md'; import { withKnobs, text, select } from '@storybook/addon-knobs'; const onChange = (value) => alert(`New value is "${value}"`); const models = ["identity/groups"]; storiesOf('SearchSelect/', module) .addParameters({ options: { showPanel: true } }) .addDecorator(withKnobs({ escapeHTML: false })) .add(`SearchSelect`, () => ({ template: hbs`