Hi,
I want to replace a SearchBar with an SfAutoComplete control.
The searchbar has been customized to display the numeric keyboard (used SearchBarRenderer and set this.Control.SetInputType(InputTypes.ClassNumber); in OnElementChanged override).
I'm trying to achieve the same thing with SfAutoComplete
Instead of the standard keyboard:
The numeric keyboard (InputTypes.ClassNumber) should be displayed:
Best regards,
Thomas