Skip to content

Commit 85457d7

Browse files
authored
Update combobox_controller.js
Signed-off-by: Jean Pierry <pierrybm@gmail.com>
1 parent 3c89b31 commit 85457d7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

gem/lib/ruby_ui/combobox/combobox_controller.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export default class extends Controller {
66
static values = {
77
term: String,
88
minPopoverWidth: { type: Number, default: 240 },
9-
placement: { type: String, default: 'bottom-start' }
9+
placement: { type: String, default: "bottom-start" }
1010
}
1111

1212
static targets = [

0 commit comments

Comments
 (0)