mirror of
https://github.com/philomena-dev/philomena.git
synced 2025-02-13 09:24:22 +01:00
Including the autocomplete to complex filter fields
This commit is contained in:
parent
fefa7b51d7
commit
0b04fba4b4
1 changed files with 2 additions and 2 deletions
|
@ -26,7 +26,7 @@
|
|||
.field
|
||||
= label f, :spoilered_complex_str, "Complex Spoiler Filter"
|
||||
br
|
||||
= textarea f, :spoilered_complex_str, class: "input input--wide", autocapitalize: "none"
|
||||
= textarea f, :spoilered_complex_str, class: "input input--wide", autocapitalize: "none", data: [ac: "true", ac_min_length: 3, ac_mode: "search"]
|
||||
br
|
||||
= error_tag f, :spoilered_complex_str
|
||||
.fieldlabel
|
||||
|
@ -51,7 +51,7 @@
|
|||
.field
|
||||
= label f, :hidden_complex_str, "Complex Hide Filter"
|
||||
br
|
||||
= textarea f, :hidden_complex_str, class: "input input--wide", autocapitalize: "none"
|
||||
= textarea f, :hidden_complex_str, class: "input input--wide", autocapitalize: "none", data: [ac: "true", ac_min_length: 3, ac_mode: "search"]
|
||||
br
|
||||
= error_tag f, :hidden_complex_str
|
||||
.fieldlabel
|
||||
|
|
Loading…
Reference in a new issue