Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PickerField Issue #840

Open
arsalan16-web opened this issue Jan 11, 2025 · 3 comments
Open

PickerField Issue #840

arsalan16-web opened this issue Jan 11, 2025 · 3 comments
Labels
bug-report Potential bug that should be verified control-pickerfield
Milestone

Comments

@arsalan16-web
Copy link

image
on Expand list is not visible
public class Dropdown {

public string value { get; set; }
public string text { get; set; }

}
                                <ur:PickerField AllowClear="False" ItemDisplayBinding="{Binding text }"  ItemsSource="{Binding Colors}" Title="Shift Color"  SelectedItem="{Binding SelectedColor}"></ur:PickerField>
@enisn enisn added control-pickerfield bug-report Potential bug that should be verified labels Jan 13, 2025
@enisn enisn added this to the v2.11 milestone Jan 13, 2025
@ketakidevendra
Copy link

Value set as SelectedItem in code behind does not show up in UI.

@StepKie
Copy link
Contributor

StepKie commented Jan 14, 2025

Value set as SelectedItem in code behind does not show up in UI.

Is BindingMode.TwoWay used?

@ketakidevendra
Copy link

Value set as SelectedItem in code behind does not show up in UI.

Sorry problem was in my code.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug-report Potential bug that should be verified control-pickerfield
Projects
None yet
Development

No branches or pull requests

4 participants