mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-25 20:46:48 +00:00
9 lines
223 B
Plaintext
9 lines
223 B
Plaintext
#active-table-search.row
|
|
.small-12.columns
|
|
%input{type: "search",
|
|
"ng-model" => "query",
|
|
placeholder: t('search_by_name'),
|
|
inputmode: "search",
|
|
"ng-debounce" => "500",
|
|
"ofn-disable-enter" => true}
|