FEATURE: support for multi-combo-box

This commit is contained in:
Joffrey JAFFEUX
2017-11-09 10:57:53 -08:00
committed by GitHub
parent 3093074398
commit 0da529010a
58 changed files with 1394 additions and 985 deletions

View File

@ -17,7 +17,7 @@ componentTest('default', {
},
test(assert) {
expandSelectBox();
expandSelectBoxKit();
andThen(() => {
assert.equal(selectBox().header.name(), "Topic Controls");
@ -26,7 +26,7 @@ componentTest('default', {
assert.equal(selectBox().selectedRow.el.length, 0, "it doesn’t preselect first row");
});
selectBoxSelectRow("share");
selectBoxKitSelectRow("share");
andThen(() => {
assert.equal(this.get("value"), null, "it resets the value");