DEV: improves sk api (#9653)

- reduces the API to 3 actions for now: appendContent/prependContent/onChange
- well tested
- removes all previous APIS which were only half supported or too dangerous as they could collide with other plugins or core behaviors
- this plugins also puts every sk test helpers in one file
This commit is contained in:
Joffrey JAFFEUX
2020-05-06 17:16:20 +02:00
committed by GitHub
parent 70bf1669be
commit c99ecba68f
15 changed files with 197 additions and 340 deletions

View File

@ -1,5 +1,5 @@
import componentTest from "helpers/component-test";
import { testSelectKitModule } from "./select-kit-test-helper";
import { testSelectKitModule } from "helpers/select-kit-helper";
testSelectKitModule("multi-select");