Implement autocomplete feature in TextBox #8

Merged
Shlomo1412 merged 1 commits from patch-2 into main 2025-09-28 04:42:14 +08:00
Shlomo1412 commented 2025-09-28 04:05:49 +08:00 (Migrated from github.com)

Added autocomplete functionality to TextBox with various properties and methods for managing suggestions.

New properties to the TextBox:

  • autoCompleteEnabled
  • autoCompleteItems
  • autoCompleteProvider
  • autoCompleteMinChars
  • autoCompleteMaxItems
  • autoCompleteCaseInsensitive
  • autoCompleteTokenPattern
  • autoCompleteOffsetX
  • autoCompleteOffsetY
  • autoCompleteZOffset
  • autoCompleteMaxWidth
  • autoCompleteBackground
  • autoCompleteForeground
  • autoCompleteSelectedBackground
  • autoCompleteSelectedForeground
  • autoCompleteAcceptOnEnter
  • autoCompleteAcceptOnClick
  • autoCompleteCloseOnEscape (for Craft-OS-PC)
  • autoCompleteShowBorder
  • autoCompleteBorderColor

Demo vid:
https://github.com/user-attachments/assets/f8b08454-3e33-4d97-a05b-966703127c75

Added autocomplete functionality to TextBox with various properties and methods for managing suggestions. New properties to the TextBox: - `autoCompleteEnabled` - `autoCompleteItems` - `autoCompleteProvider` - `autoCompleteMinChars` - `autoCompleteMaxItems` - `autoCompleteCaseInsensitive` - `autoCompleteTokenPattern` - `autoCompleteOffsetX` - `autoCompleteOffsetY` - `autoCompleteZOffset` - `autoCompleteMaxWidth` - `autoCompleteBackground` - `autoCompleteForeground` - `autoCompleteSelectedBackground` - `autoCompleteSelectedForeground` - `autoCompleteAcceptOnEnter` - `autoCompleteAcceptOnClick` - `autoCompleteCloseOnEscape` (for Craft-OS-PC) - `autoCompleteShowBorder` - `autoCompleteBorderColor` Demo vid: https://github.com/user-attachments/assets/f8b08454-3e33-4d97-a05b-966703127c75
NoryiE (Migrated from github.com) approved these changes 2025-09-28 04:42:05 +08:00
NoryiE (Migrated from github.com) left a comment

Awesome, thank you

Awesome, thank you
Sign in to join this conversation.
No description provided.