TWebEditAutoComplete tabstop

Hi

When putting TWebEditAutoComplete on the form
In final HTML we get

tag around the control.

If you set tabstop/taborder on the control on pascal side we get tabindex="-1" in the div and correct tabindex in controls tag.

So it leads to pressing tab button to work incorrectly.

Best regards
Ilia

I cannot see a problem.
The HTML INPUT element in the TWebEditAutoComplete outer DIV has the correct TabIndex.
It is by design that the outer DIV has TabIndex = -1 as one shouldn't tab to the DIV but to the INPUT.