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

【SearchBar】SearchBar在被用到picker上在ios中一旦点击输入就会超出屏幕长度, #6622

Open
gosthand opened this issue May 13, 2024 · 0 comments
Labels

Comments

@gosthand
Copy link

Version of antd-mobile

5.35.0

Operating system and its version

iOS

Browser and its version

ios

Sandbox to reproduce

No response

What happened?

<Picker cancelText="" title={ <SearchBar className="mr-20" onChange={textOnChange} placeholder={getIntlText("apply_form_please_enter")} /> } // cancelText="" columns={columnsList} visible={visible} onClose={() => { setVisible(false); }} renderLabel={(item) => { return ( <div key={item.value} className="flex justify-between w-60"> <p>{item.label}</p> <p>{item.value}</p> </div> ); }} value={[value.areaCode]} onConfirm={onPreValueChange} />

Relevant log output

No response

@gosthand gosthand added the bug label May 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant