We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 848230d commit 327d29eCopy full SHA for 327d29e
1 file changed
lib/ruby_ui/combobox/combobox_search_input.rb
@@ -19,7 +19,7 @@ def view_template
19
def default_attrs
20
{
21
type: "search",
22
- class: "flex h-10 w-full rounded-md bg-transparent py-3 text-sm outline-none border-none placeholder:text-muted-foreground disabled:cursor-not-allowed disabled:opacity-50",
+ class: "flex h-10 w-full rounded-md bg-transparent py-3 text-sm outline-none border-none focus:ring-0 placeholder:text-muted-foreground disabled:cursor-not-allowed disabled:opacity-50",
23
role: "searchbox",
24
placeholder: @placeholder,
25
data: {
0 commit comments