Skip to content

iOS Picker fixes#1022

Merged
YoussefHenna merged 2 commits intomasterfrom
youssef/fix-ios-picker-jumping
Feb 23, 2026
Merged

iOS Picker fixes#1022
YoussefHenna merged 2 commits intomasterfrom
youssef/fix-ios-picker-jumping

Conversation

@YoussefHenna
Copy link
Collaborator

@YoussefHenna YoussefHenna commented Feb 23, 2026

  • Fixes jumping picker to previous state
  • fix picker item color not respecting theme

Important

Fixes iOS picker state management and theme color issues by introducing NativePicker.ios.tsx and updating NativePicker.tsx.

  • Behavior:
    • Fixes picker jumping to previous state by managing state within PortalPickerContent in NativePicker.ios.tsx.
    • Picker item color now respects theme by setting color in NativePickerComponent.Item to theme.colors.text.strong in NativePicker.ios.tsx.
  • File Changes:
    • New NativePicker.ios.tsx file created to handle iOS-specific picker behavior.
    • Removed iOS-specific code from NativePicker.tsx, focusing it on Android and web platforms.

This description was created by Ellipsis for b4814b2. You can customize this summary. It will automatically update as commits are pushed.

@github-actions
Copy link

Published version: @draftbit/ui@53.0.5-6f875c.2

@YoussefHenna YoussefHenna merged commit 41e5822 into master Feb 23, 2026
4 checks passed
@YoussefHenna YoussefHenna deleted the youssef/fix-ios-picker-jumping branch February 23, 2026 10:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant