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 3c89b31 commit 85457d7Copy full SHA for 85457d7
1 file changed
gem/lib/ruby_ui/combobox/combobox_controller.js
@@ -6,7 +6,7 @@ export default class extends Controller {
6
static values = {
7
term: String,
8
minPopoverWidth: { type: Number, default: 240 },
9
- placement: { type: String, default: 'bottom-start' }
+ placement: { type: String, default: "bottom-start" }
10
}
11
12
static targets = [
0 commit comments