InputKit: AutoCompleteEntry

AutoCompleteEntry is a control that allows the user to type in a string and select an item from a dropdown list.

It's not supported on MAUI. (Xamarin Forms only)

Xamarin Forms Slider Sticky Label Xamarin Forms Slider Sticky Label

Properties

  • Placeholder: (string) Placehodler Text
  • Title: (string) Title will be shown top of this control
  • IconImage: (string) Icons of this Entry. Icon will be shown left of this - control
  • Color: (Color) Color of Icon Image. IconImage must be a PNG and have - Alpha channels. This fills all not-Alpha channels one color. Default is - Accent
  • ValidationMessage: (string) This is message automaticly displayed when - this is not validated. Use this one instead of annotationmessage
  • AnnotationColor: (Color) AnnotationMessage's color..
  • IsRequired: (bool) IValidation implementation. Same with IsAnnotated
  • ItemsSource: (IList) Suggestions items

Work in progress...

In this document