我有一个场景,用户可以输入文本,当他按下Enter键时,它将被标记为选中。问题,how will I show the input text that should show as selected when I press Enter?示例:我键入Miguel并按enter,它应该显示为所选记录之一 插件:https://ember-power-select.com/docs/multiple-selection ? /template.hbs <PowerSelectMultiple @options={{this.n
我正在为ember-power-select测试阅读文档。import registerPowerSelectHelpers from '../../tests/helpers/ember-power-select';
...我没有在我的ember-power-select目录中看到tests/helpers/。我应该单独安装它,还是默认情况下应该安装它?通过运行建议的命令:<em