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
Encountering another Dropdown component related issue as shown in the video below.
Seems like the dropdown doesn't truncate text when it reaches the edge of the window. Here's the relevant HTML layout snippet:
<div style='display: flex; width: 100%'> <Dropdown icon={this.getIcon(this.getUiValueFromConfig(navigation.device))} onChange={e => this.onDeviceChange(e.currentTarget.value)} options={DEVICES} value={this.getUiValueFromConfig(navigation.device)} noBorder /> <Dropdown style={'flex-grow: 1'} icon={this.getIcon(this.getUiValueFromConfig(navigation.scheme))} onChange={e => this.onSchemeChange(e.currentTarget.value)} options={navigation.device === Device.KEYBOARD ? KEYBOARD_OPTIONS : CONTROLLER_OPTIONS} value={this.getUiValueFromConfig(navigation.scheme)} noBorder /> </div>
Thanks so much for your help on the previous issues btw :)
The text was updated successfully, but these errors were encountered:
Should be fixed in next. Can you verify locally @aashreys?
next
Sorry, something went wrong.
This will be fixed in 2.0.0
2.0.0
No branches or pull requests
Encountering another Dropdown component related issue as shown in the video below.
dropdown.issue.mov
Seems like the dropdown doesn't truncate text when it reaches the edge of the window. Here's the relevant HTML layout snippet:
Thanks so much for your help on the previous issues btw :)
The text was updated successfully, but these errors were encountered: