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
When I type text in Hebrew then it is not displayed in the popup menu, only if I type a word in English it works. How is it handled?
<View style={{ backgroundColor: 'pink', width: 100, height: 100 }}> <MenuProvider style={{ backgroundColor: 'pink' }}> <Menu onSelect={value => alert(`Selected number: ${value}`)}> <MenuTrigger> <Icon style={{ fontSize: 40, }} name="dots-vertical" /> </MenuTrigger> <MenuOptions> <MenuOption value={1} text='אחת' /> <MenuOption value={2}> <Text style={{ color: 'red' }}>שתיים</Text> </MenuOption> <MenuOption value={3} disabled={true} text='שלוש' /> </MenuOptions> </Menu> </MenuProvider> </View>
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When I type text in Hebrew then it is not displayed in the popup menu, only if I type a word in English it works.
How is it handled?
The text was updated successfully, but these errors were encountered: