ProgressNS / nativescript-ui-feedback

This repository is used for customer feedback regarding Telerik UI for NativeScript. The issues system here is used by customers who want to submit their feature requests or vote for existing ones.
Other
115 stars 21 forks source link

AutoCompleteInline - CompletionMode Contains #1263

Open wkjesus opened 4 years ago

wkjesus commented 4 years ago

More of than an issue i think is a behavior, or maybe it exists but in documentation doesn`t appear

im talking about a mode of filter the data, like autoCompleteText, wich have the autoCompleteCompletionMode = Contains, i hope this feature get include in autocomplete inline, or if already exists, show in documentation. Greetings.

tsonevn commented 4 years ago

Hi @wkjesus, Can you provide more detailed info about your scenario and what you are trying to achieve as a final result?

wkjesus commented 4 years ago

Hello, sure, i mean if there is the posibility to include in the autocomplete editor in RadDataForm, to filter with StartWith and by Contains, like we do on the RadAutoCompleteTextView component, something like :

(Extracted by documentation of RadAutoCompleteTextView)

<RadDataForm #dataform row="1" [source]="booking" tkExampleTitle tkToggleNavButton (propertyCommitted)="onPropertyCommitted($event)">
    <TKEntityProperty tkDataFormProperty name="from" displayName="From:" index="0" autoCompleteDisplayMode="Tokens" completionMode="Contains"  [valuesProvider]="fromProviders">
        <TKPropertyEditor tkEntityPropertyEditor type="AutoCompleteInline"></TKPropertyEditor>
    </TKEntityProperty>
</RadDataForm>

add this feature completionMode="Contains" / StartWith

hope this be more clear, and thx for quickly reply.

adnanmasd commented 4 years ago

Is this feature available now?

adnanmasd commented 4 years ago

Hi, is this feature implemented in the latest release?