mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-26 20:56:48 +00:00
8 lines
205 B
Plaintext
8 lines
205 B
Plaintext
#active-table-search.row
|
|
.small-12.columns
|
|
%input{type: :text,
|
|
"ng-model" => "query",
|
|
placeholder: "Search by name or suburb...",
|
|
"ng-debounce" => "150",
|
|
"ofn-disable-enter" => true}
|