Welcome to the .NET MAUI feedback portal. We’re happy you’re here! If you have feedback on how to improve the .NET MAUI, we’d love to hear it!>
Thanks for joining our community and helping improve Syncfusion products!
Current Implementation:
In the current implementation of the MAUI SfPicker, the `IsSelectionImmediate` property controls how and when the selected value is committed when the picker is displayed in dialog or relative dialog mode.
Limitations in the Current Behavior:
This two-step interaction becomes inconvenient, especially in applications with multiple picker controls, as users need to repeat this process frequently.
Proposed Enhancement:
Introduce an improved selection behavior where:
This approach combines the advantages of both existing modes by:
This enhanced selection behavior should be consistently supported across all picker-related controls:
* SfPicker
* SfDatePicker
* SfTimePicker
* SfDateTimePicker
A video demonstrating the expected behavior has been attached for reference.
This enhancement would provide a more intuitive and efficient user experience, particularly in scenarios involving multiple picker inputs.