mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-22 00:57:26 +00:00
10 lines
242 B
Plaintext
10 lines
242 B
Plaintext
#active-table-search.row
|
|
.small-12.columns
|
|
%input{type: "search",
|
|
"ng-model" => "search",
|
|
placeholder: t('search_by_name'),
|
|
inputmode: "search",
|
|
name: "name",
|
|
"ng-debounce" => "500",
|
|
"ofn-disable-enter" => true}
|