* Called whenever the Dropkick select is opened. The value of `this` is the Dropkick object itself. * * @config open * @type Function *
()
| 37 | * |
| 38 | */ |
| 39 | open() {}, |
| 40 | |
| 41 | /** |
| 42 | * Called whenever the Dropkick select is closed. The value of `this` is the Dropkick object itself. |
nothing calls this directly
no outgoing calls
no test coverage detected