Posted 20 July 2023, 9:51 am EST - Updated 20 July 2023, 9:54 am EST
Hi, We represent the formula bar by binding the FormulaTextBox to an tag.
However, when typing a function name and then clicking on one of the options on the function dropdown (to complete the function name), it completes the name and the first “(”, but then it is not possible to select a range of cells without re-clicking on the formula bar.
It seems that it is related to a focus issue when clicking outside of the input itself.
We noticed that in the spread designer it works because the FormulaTextBox has binding to a div that has EditableContent=“true” and not an input.
We tried to return the focus to the input manually but it still doesn’t seem to work.
Is it possible to find a solution for using an input in that case?
(attached a video demonstrating the issue - the first time the focus is lost and then after re-clicking the selection works).
formula text box focus issue.zip
Thanks.
