We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
5.35.0
iOS
ios
No response
<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} />
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: