Autocompletion with the data type tag

Hello,

is there autocompletion with the data type tag?

Thank you for help.
Monika

1 Like

Dear Monika,

Unfortunately the autocompletion for the data type tag is not in Tabidoo yet. Anyway, thank you for the interesting suggestion to improve our application. I will talk it through with our developers and we will consider the implementation for the future.

Best wishes,

Michaela

Good day,

I see that the autocomplete component is still an unresolved topic on the Tabidoo forum…

It is clear that the Scripting Extensions plug-in needs to be added to the application (as the Tabidoo documentation says) in order to be able to use the hint script repeatedly where needed, otherwise it really doesn’t make sense.

Originally, I wanted to load some widely used JS autocomplete in such a script, which also has TS types, but in the end it turned out that I had to write a solution directly for Tabidoo, because nothing worked particularly reliably. Tabidoo forms are displayed in a fixed layout, resizing and scrolling events of various containers are not completely reliable and many other obstacles, because you are writing a component in an Angular application without Angular in pure JS:-(

But maybe I just had a bad choice of the right component :slight_smile:

So I submit my solution here:

Main goals:

  • usable via Scripting Extension plug-in and Free HTML form field,
  • autocompleting values ​​from any Tabidoo table,
  • possible to use for any custom autocomplete without Tabidoo tables,
  • values ​​could be loaded automatically or by custom handler,
  • custom rendering for autocompleted options and text,
  • many other settings.

You can read more on GitHUB in the README or directly in the code.
It’s a good idea to download the GITHub project, run it, touch it and then implement it in Tabidoo in your own way :slight_smile: I didn’t want to write extensive documentation for such a small thing…

If you find the code useful, please give it some stars on github.com :slight_smile: Thanks!

1 Like

Great stuff. I’m just trying to follow the instructions and I’m stuck on: [copy/pase generated content from url: https://localhost/tabidoo-autocomplete/js/build/tableAutocomplete.php].

However, this file /build/tableAutocomplete.php is not in the package on github!

Hi Dan,
sorry for late answer, but I didn’t have time 2 write any Open source for a while.
I’ve released new version with many improvements, better readme and fixed bug you described.
I hope it helps.
Tom

1 Like