Autocomplete in search field

Autocomplete in search field

dhamma.giftdhamma.gift Posts: 4Questions: 0Answers: 0

Hello everyone

Please help me with adding jquery ui autocomplete to the search field

Description of problem:
I'm not a developer but on the find.dhamma.gift page itself I've somehow managed to add autocomplete .

By adding the following tags

<

div class="mb-3 form-group input-group ui-widget">
<label class="sr-only" for="paliauto">What are you looking for?</label>

         <input name="pattern"  type="text" class="form-control roundedborder" id="paliauto">

But the search field of datatables is not in pure html so I don't know how to add these tags to the search field.

Link to test case:
Working autocomplete
https://find.dhamma.gift/

Tables alike where I need to add autocomplete function
https://find.dhamma.gift/result/baahiy_suttanta_pali_7-62.html

Sign In or Register to comment.