Autocomplete strict mode and allowInvalid=true

Hello Team,

I find that when using Handsontable (Angular) Autocomplete in strict mode and when allowInvalid =true, the results are inconsistent across different Handsontable versions. For example in version 16.1, I find that when I input invalid value not in the source, it accepts invalid value and cell turns red. This is as per the documentation and works as expected. But the same does not work in version 16.2, and invalid value not in the source is not accepted. I also tested the Demo example given in the Handsontable website for the section “Autocomplete strict mode”. In Demo example for version 16.1 it accepts invalid values in “Bumper color” column. But the same does not work as expected in version 16.2 Demo example, where invalid values do not stay in the cell.

Thanks

Hi @a_ntn , thank you for reporting this issue. I have confirmed that this is a bug/regression and created an issue in GitHub:

Thanks again for reporting it, and apologies for the delay in responding over the holiday weekend. I’ll update this thread when we have more info on a fix.

Yes Thanks Joseph!.