Ìs picker/datepicker/autocomplete supported as inputview??

Hi there@
my question are, is picker/datepicker/autocomplete supported as inputview??
In a simple form, i have entry, picker, autocomplete. I want to use sftextinputlayout, is very beautiful, but....
Only for entry and editor :(
Why??? It is technicsally posible, to use with  a picker/autocomplete, or its no sense, to use together??
PLease forgive my poor english.
Thank;s in advance.

2 Replies

JC Julio Cesar Jerez Camps October 5, 2018 07:28 PM UTC

It work, more or less :(
When select the item in the picker, te picker close, but the label not update inside sftextinputlayout


MP Michael Prabhu M Syncfusion Team October 8, 2018 12:23 PM UTC

Hi Julio, 
 
Greetings from Syncfusion. 
 
Text input layout control, is designed specifically to work with the following controls,  
  
           Entry 
           Editor 
           SfMaskedEdit 
           SfNumericTextBox 
the same is mentioned in our user guide documents under Supported input views. 
  
Also, you can add trailing view to open a nested selection component like picker or similar controls. The same is described in the following user guide section Custom icons.  
  
You can also refer the code snippet to open the date picker on tapping the trailing view in the following sample, Sign In view in our sample browser. 
  
In order to update the text value of input view which is added in the text input layout, it has to be set manually in the DateSelected event of the DatePickeror you can bind the Date property DatePicker with the  text property of the input view as used in the above sample. 

Thanks, 
Michael 


Loader.
Up arrow icon