Completed
Last Updated: 17 Dec 2025 13:26 by ADMIN
Release 12.1.0
Provide an API that allows control over item highlight behavior during filtering. Specifically, if the search text does not match any item, no item should be highlighted, and pressing Enter should not trigger a selection.
Completed
Last Updated: 17 Dec 2025 11:52 by ADMIN
Release 12.1.0

NullReferenceException occurs when they click on an AutoComplete item other than the first one on macOS, using a mouse or trackpad.

System.NullReferenceException: Object reference not set to an instance of an object
   at Telerik.Maui.Controls.MouseHelper.OnUIHoverGestureRecognizerExecuted()
   at Telerik.Maui.Controls.MouseHelperProxy.HandleHover()
   at UIKit.UIGestureRecognizer.ParameterlessDispatch.Activated()
   at UIKit.UIGestureRecognizer.ParameterlessDispatch.__Registrar_Callbacks__.callback_1672_UIKit_UIGestureRecognizer_ParameterlessDispatch_Activated(IntPtr pobj, IntPtr sel, IntPtr* exception_gchandle)
--- End of stack trace from previous location ---
   at UIKit.UIApplication.UIApplicationMain(Int32 argc, String[] argv, IntPtr principalClassName, IntPtr delegateClassName)
   at UIKit.UIApplication.Main(String[] args, Type principalClass, Type delegateClass)
   at Fmr.SuperNova.Program.Main(String[] args)
Completed
Last Updated: 17 Dec 2025 11:52 by ADMIN
Release 12.1.0
The control is covered by the keyboard when positioned on the bottom of the view
Completed
Last Updated: 12 Nov 2025 16:24 by ADMIN
Release 12.0.0 (2025 Q4)
When I use an autocomplete, I type "John" which comes up with "John Doe" high lighted in the input box, if i hit tab i get a tab in the input box. I want to have an option to select item from the drop-down using the keyboard keys. 
Completed
Last Updated: 12 Nov 2025 16:10 by ADMIN
Release 12.0.0 (2025 Q4)
Created by: Davy
Comments: 1
Category: AutoComplete
Type: Feature Request
0
- a way to close this result popup by the Escape key,

- A way to move with the keyboards up and down arrows from the input part to the result popup
Completed
Last Updated: 12 Nov 2025 13:24 by ADMIN
Release 12.0.0 (2025 Q4)
I have an AutoComplete control in multi windows, when trying to open the suggestion view, the app hands. 

When in single window, no issues. 
Completed
Last Updated: 12 Nov 2025 13:24 by ADMIN
Release 12.0.0 (2025 Q4)
PlatformView cannot be null here occurs in RadBorderHandler.MapBackgroundColor() when calling DisconnectHandlers() on views containing RadAutoComplete controls during the Unloaded event.
Completed
Last Updated: 07 Aug 2024 08:00 by ADMIN
Release 7.1.0 (2024 Q3)
when setting IsEnabled to false, the control is still enabled. It should be disabled. Works fine on Android and WinUI.