.Net Maui Picker Control Inside a SfTextInputLayout

I have a .net maui picker control enclosed by the sftextinputlayout control. please see the XAML and and visual layout of the picker. I was wondering is this the best practice of how the picker should look inside the syncfusion text input layout control. Not sure if i should be seeing the borders of the picker and it doesnt show the left edge of the border. 



 <sf:SfTextInputLayout Hint="Employee Type" HeightRequest="60" WidthRequest="120">

          <VerticalStackLayout>

                 <Picker Margin="-10,0,0,10" WidthRequest="100" ItemsSource="{Binding ItemList}" SelectedItem="{Binding SelEEType}" ItemDisplayBinding="{Binding DisplayValue}" />

         </VerticalStackLayout>

 </sf:SfTextInputLayout>




1 Reply

AA Aarthi Arjunan Syncfusion Team December 3, 2024 09:11 AM UTC

Hi Ron Rex,

 

Thank you for reaching out to us. We have reviewed your query and would like to inform you that the SfTextInputLayout control does not support Picker as an InputView on the Windows platform, which is why the reported issue occurs. For more details, please refer to the documentation link provided below.

UG Link: Supported Input Views in .NET MAUI Text Input Layout | Syncfusion

 

Please don’t hesitate to contact us if you have any concerns or queries.

 

Regards,

Aarthi A.


Loader.
Up arrow icon