You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all thank you for this gem, the simple_form integration makes life really easy.
I have configured my field with 'min-length' => 0
In addition to the normal search at the first key press, I would like to perform an "empty" search when the element get focus.
First of all thank you for this gem, the simple_form integration makes life really easy.
I have configured my field with
'min-length' => 0
In addition to the normal search at the first key press, I would like to perform an "empty" search when the element get focus.
However the search is not performed (the GET route is not hit). Is there an option I have overlooked?
(actually, I realize I can do
autocomplete_field.autocomplete( 'search', 'A' )
, it gives the same result for sufficiently large lists...)The text was updated successfully, but these errors were encountered: