You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use it with datatables 1.10 but I have few little problems
How to set delimiter to " " (space). Now it suggests whole sentences but I need just separate words screenshot 1
When user types a word e.g. "appa" and hits enter it automatically pastes the whole 1st sentence "Appamādasutta Diligence" from the suggestions. but user don't need the whole sentence but just users input in this case. How to allow user input in this case? screenshot 2
Code that I'm using right now
` 'initComplete': function(){
var api = this.api();
The text was updated successfully, but these errors were encountered:
o28o
changed the title
How to Handle html code in suggestions properly?
How to allow user input without autocompleting it with suggestion properly?
May 10, 2023
Hi there. Thank you so much for your your project.
It does exactly what I need and better then other that I've google for.
Test page https://find.dhamma.gift/vass.html
I use it with datatables 1.10 but I have few little problems
How to set delimiter to " " (space). Now it suggests whole sentences but I need just separate words
screenshot 1
When user types a word e.g. "appa" and hits enter it automatically pastes the whole 1st sentence "Appamādasutta Diligence" from the suggestions. but user don't need the whole sentence but just users input in this case. How to allow user input in this case?
screenshot 2
Code that I'm using right now
` 'initComplete': function(){
var api = this.api();
The text was updated successfully, but these errors were encountered: