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

Hebrew language missing text #196

Open
roei133 opened this issue Dec 2, 2020 · 0 comments
Open

Hebrew language missing text #196

roei133 opened this issue Dec 2, 2020 · 0 comments

Comments

@roei133
Copy link

roei133 commented Dec 2, 2020

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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant