We have the plan to use custom formulas like this =FN(someString)
The problem is that someString
should come from a predefined list that could be potentially quite long. So to save the user time and to prevent spelling mistakes I wonder if there is any way to have an auto suggestions after the user has typed =FN
We want to use the HyperFormular plugin.
Change cell to autocompletion
Hi @koeberle
Here are the docs on how to add a custom function https://handsontable.github.io/hyperformula/guide/custom-functions.html#translations and here https://codesandbox.io/s/broken-paper-pdpbb is an example with a custom function already added.
Let me now know if you’d need anything more than that.