maui icon indicating copy to clipboard operation
maui copied to clipboard

Picker Attribute "SelectedIndex" Not being respected on page load - fix

Open kubaflo opened this issue 1 year ago • 2 comments

Fixes https://github.com/dotnet/maui/issues/9150

For the following code:

        <Picker FontSize="15"
                AutomationId="picker"
                SelectedIndex="1"
                x:Name="picker">
            <Picker.ItemsSource>
                <x:Array Type="{x:Type x:String}">
                    <x:String>0</x:String>
                    <x:String>1</x:String>
                    <x:String>2</x:String>
                </x:Array>
            </Picker.ItemsSource>
        </Picker>
Before After

kubaflo avatar May 12 '24 14:05 kubaflo

/azp run

jsuarezruiz avatar May 13 '24 05:05 jsuarezruiz

Azure Pipelines successfully started running 3 pipeline(s).

azure-pipelines[bot] avatar May 13 '24 05:05 azure-pipelines[bot]

/azp run

jsuarezruiz avatar May 13 '24 11:05 jsuarezruiz

Azure Pipelines successfully started running 3 pipeline(s).

azure-pipelines[bot] avatar May 13 '24 11:05 azure-pipelines[bot]

/azp run

jsuarezruiz avatar May 20 '24 11:05 jsuarezruiz

Azure Pipelines successfully started running 3 pipeline(s).

azure-pipelines[bot] avatar May 20 '24 11:05 azure-pipelines[bot]

@kubaflo Could you rebase to fix the conflicts? Thanks in advance.

jsuarezruiz avatar Jun 04 '24 11:06 jsuarezruiz

@jsuarezruiz I've rebased and solved conflicts :)

kubaflo avatar Jun 07 '24 23:06 kubaflo

/azp run

jsuarezruiz avatar Jun 13 '24 06:06 jsuarezruiz

Azure Pipelines successfully started running 3 pipeline(s).

azure-pipelines[bot] avatar Jun 13 '24 06:06 azure-pipelines[bot]