We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 399729d commit c1a2cadCopy full SHA for c1a2cad
lib/generators/css_zero/add/templates/app/javascript/controllers/command_controller.js
@@ -11,7 +11,7 @@ export default class extends Controller {
11
}
12
13
connect() {
14
- this.combobox = new Combobox(this.inputTarget, this.listTarget, this.#options)
+ this.combobox = new Combobox(this.inputTarget, this.listTarget)
15
this.combobox.start()
16
17
@@ -55,8 +55,4 @@ export default class extends Controller {
55
this.listTarget.classList.remove(this.activeClass)
56
this.combobox.resetSelection()
57
58
-
59
- get #options() {
60
- return { firstOptionSelectionMode: "selected" }
61
- }
62
0 commit comments