Anton Antonov

Results 1 comments of Anton Antonov

If it helps anyone, I worked around this using `value` option: ``` = f.search_field :quick_search_cont, value: params.dig(:q, :quick_search_cont) ```