Core Docs

AutocompleteTextarea

Textarea (multi-line) + autocomplete — biến thể của AutocompleteTextbox cho ô text dài.

Source: Core/Components/AutocompleteTextarea.cs · ComType: AutocompleteTextarea

Cấu hình

ComType:           AutocompleteTextarea
FieldName:         Comment
Reference:         CommentTemplate
DataSourceFilter:  ?$filter=Active eq true
Template:          "{Title}: {Body}"
Row:               4

Field DB dùng

Giống AutocompleteTextbox (không có GroupReferenceName, IsPivot, AutoFit), thêm:

FieldVai trò
RowSố dòng hiển thị mặc định (chiều cao textarea).

Events kích hoạt

Giống AutocompleteTextbox (nhưng không có GroupReferenceName, IsPivot):

Change, Input, FocusIn, FocusOut, KeyDown, Click, Scroll — args luôn là (entity, matched).

Tip

  • Row = số dòng hiển thị mặc định.
  • Dùng cho free-text comment có template gợi ý.

Core Docs · Astro · Core.API/wwwRoot/docs