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

picker text cropped #14575

Closed
ReactFan23 opened this issue Jun 17, 2017 · 1 comment
Closed

picker text cropped #14575

ReactFan23 opened this issue Jun 17, 2017 · 1 comment
Labels
Resolution: Locked This issue was locked by the bot.

Comments

@ReactFan23
Copy link

ReactFan23 commented Jun 17, 2017

hello i have big data (9000 Item) and using react native picker for select , when i open picker my inner text was cropped (android)
can anyone help me ?

see this pic

how i can break text at new line if text doesn't fit?

this is picker code

`

                    <Picker iosHeader="Select one"
                            mode="dropdown"
                            selectedValue={this.state.query[input.model]}
                            onValueChange={ e => this.query(input.model, e) }>
                        {array.map((val, index) => (
                            <Text key={index}
                                  label={ (val.name) ? val.name : val}
                                  value={(val.id) ? val.id : val}/>
                        ))}
                    </Picker>
                </View>`
@hramos hramos closed this as completed Jun 19, 2017
@alekspickle
Copy link

Why this was closed? Is there any solution to this issue?

@facebook facebook locked as resolved and limited conversation to collaborators Jun 19, 2018
@react-native-bot react-native-bot added the Resolution: Locked This issue was locked by the bot. label Jul 18, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Resolution: Locked This issue was locked by the bot.
4 participants