Initial commit on riot-web#3524 (login UI update)
This commit is contained in:
parent
1189368aab
commit
566a315242
3 changed files with 55 additions and 27 deletions
|
@ -111,7 +111,7 @@ export default class CountryDropdown extends React.Component {
|
|||
return <Dropdown className={this.props.className}
|
||||
onOptionChange={this.props.onOptionChange} onSearchChange={this._onSearchChange}
|
||||
menuWidth={298} getShortOption={this._flagImgForIso2}
|
||||
value={value}
|
||||
value={value} searchEnabled={true}
|
||||
>
|
||||
{options}
|
||||
</Dropdown>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue