| ChildContent |
Parameter |
RenderFragment |
-- |
| Disable |
Parameter |
Boolean |
-- |
| Rows |
Parameter |
UInt32 |
-- |
| Focused |
Parameter |
Boolean |
-- |
| Readonly |
Parameter |
Boolean |
-- |
| Loading |
Parameter |
Boolean |
-- |
| Attributes |
Parameter |
Dictionary<String, Object> |
-- |
| Placeholder |
Parameter |
String |
-- |
| Value |
Parameter |
String |
-- |
| ValueChanged |
Parameter |
EventCallback<String> |
-- |
| LoadOptions |
ParameterDynamically load mention options for display when the user types a value after the prefix symbol |
Func<String, CancellationToken, Task<IEnumerable<MentionsDynamicOption>>> |
-- |
| TextareaTemplate |
Parameter |
RenderFragment<MentionsTextareaTemplateOptions> |
-- |
| Prefix |
ParameterGets or sets the prefix used to identify special commands or keywords, split by ',' (e.g. "@,#"). |
String |
-- |
| OnSearch |
ParameterTriggered when searching with prefix |
EventCallback<ValueTuple<String, String>> |
-- |
| Id |
ParameterID for the component's HTML |
String |
Uniquely Generated ID |
| Class |
ParameterSpecifies one or more class names for an DOM element. |
String |
-- |
| Style |
ParameterSpecifies an inline style for a DOM element. |
String |
-- |
| RefBack |
ParameterA ForwardRef instance. You can get a reference to the internal DOM by using AntDesign.ForwardRef.Current. |
ForwardRef |
-- |